aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2013-08-25Merge pull request #1058 from ericbuehl/masterTom Christie
2013-08-23parameterize identity field class to allow for easier subclassingEric Buehl
2013-08-23Cleanup and dealing with empty form data.Tom Christie
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom Christie
2013-08-23Tweaks to display nested data in empty serializersTom Christie
2013-08-12If null or blank - don't save the nested objectYuri Prezument
2013-08-12Merge pull request #1030 from etos/patch-2Tom Christie
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
2013-07-26Fixed reversed arguments in assertionKevin Brown
2013-06-28Merge branch 'master' into writable-nested-modelserializerTom Christie
2013-06-26Use timezone aware datetimes with oauth2 provider, when supported. Closes #947.Tom Christie
2013-06-17HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936Tom Christie
2013-06-05Merge masterTom Christie
2013-06-03Merge pull request #900 from copitux/fix-validation-layerTom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. C...Tom Christie
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...Tom Christie
2013-05-29Bugfix: Fix run validation layer with invalid dataDavid Medina
2013-05-28Fixed typosPascal Borreli
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-24Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...Tom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-21Merge and styling fixesTom Christie
2013-05-18Fix order for applying min_value to fieldsStephan Groß
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist
2013-05-18Add min_value=0 to autogenerated Pos..IntFieldsStephan Groß
2013-05-18Rename has_user_through_model -> has_through_modelTom Christie
2013-05-18Merge pull request #854 from ryankask/issue-775Tom Christie
2013-05-18Merge pull request #858 from minddust/fix_710Tom Christie
2013-05-18Update getattrStephan Groß
2013-05-18Merge pull request #859 from craigds/masterTom Christie
2013-05-18when source='*' on a nested serializer, expand fields into outer serializer w...Craig de Stigter
2013-05-18Fix for #710Stephan Groß
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18ToMany fields default to read-only if targeting ManyToManyField.Ryan Kaskel
2013-05-18A model's field is required if is null or blankPablo Recio
2013-05-18Merge branch 'mikee2185-master' into mjtorn-masterMarkus Törnqvist
2013-05-15Test and fix which closes #652.Tom Christie
2013-05-14Fix assert messaging on fields/exclude checking. Closes #833Tom Christie
2013-05-09Fix HyperlinkedModelSerializer not respecting lookup_fieldsTom Christie
2013-05-08Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...Mark Aaron Shirley
2013-05-05lookup_field on hyperlink serializersTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...Tom Christie
2013-04-30Merge masterTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-27Changed definition of NestedModelSerializer to correct depth handlingJC
2013-04-26DecimalFieldTom Christie
2013-04-25Cleanup docstringsTom Christie