aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
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-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
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-04-15Add DecimalField to field_mappingStephan Groß
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-04-02Don't have the ModelSerializer trust deserialized objects to not have redefin...J. Paul Reed
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Defer the writable nested modelserializers workTom Christie
2013-03-22Merge masterTom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-22Add extra tests for errors from incorrect data with multiple create/updateTom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-18use writablefield style for serializer handling of self.defaultCraig de Stigter
2013-03-18allow default values in writable serializer fieldsCraig de Stigter
2013-03-18accept all WritableField kwargs for writable serializers (eg required=True)Craig de Stigter
2013-03-16Fixes to save_objectTom Christie
2013-03-16Fixes to save_objectTom Christie