aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2014-10-31Merge pull request #1963 from carljm/lazy-fieldsTom Christie
2014-10-31Merge pull request #1785 from gdoermann/masterTom Christie
2014-10-17Set up serializer fields lazily on-demand.Carl Meyer
2014-09-01Generator implementation of class mapping.Timo Tuominen
2014-09-01Add utility function to match classes in dictionary.Timo Tuominen
2014-09-01Traverse the method resolution order when mapping serializer fields.Timo Tuominen
2014-09-01Add subclass matching to serializer field mapping.Timo Tuominen
2014-08-20Frameworks throws AssertionError saying you cannot set required=True and read...Greg Doermann
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-08-13ModelSerializer.restore_object - errors as listJohn Whitlock
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-05-22Fix _resolve_model to work with unicode stringsPiper Merriam
2014-05-19fix pep8allenhu
2014-05-16Added missing import.Xavier Ordoquy
2014-04-30Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-29Merge remote-tracking branch 'upstream/master'Emanuele Pucciarelli
2014-04-24Add help_text and verbose_name attribute mapping for related fieldSergey Sinitsyn
2014-04-13Use setattr for adding fields to a new instanceIan Foote
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-12Set GenericForeignKey fields on object before saveIan Foote
2014-03-31Merge pull request #1477 from vlastv/patch-1Xavier Ordoquy
2014-03-28Do not check model_field's attributes if it is NoneEmanuele Pucciarelli
2014-03-24Use help_text, verbose_name, editable attributes for related fieldsEmanuele Pucciarelli
2014-03-20Merge pull request #1474 from elmehdikarami/masterTom Christie
2014-03-20Fixed copy-pasteVladislav Vlastovskiy
2014-03-20Moved get component from object after test source is starVladislav Vlastovskiy
2014-03-19Update serializers.pyelmkarami
2014-03-19Update serializers.pyelmkarami
2014-03-19Update serializers.pyelmkarami
2014-03-06Fixed the validation for optional fields that have a value.Xavier Ordoquy
2014-03-05Fix typoRodolfo Carvalho
2014-02-11Test and quick fix for #1257Carlton Gibson
2014-02-04Fixes typo (Implicit instead of Implict).juroe
2014-01-15Nicer write_only fields implementation. Closes #1355Tom Christie
2014-01-14Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ...Tom Christie
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
2014-01-14Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME...S.Prymak
2014-01-13Minor tweaksTom Christie
2014-01-13Move models.resolve_model to serializers._resolve_modelDustin Farris
2014-01-13Make HyperlinkedModelSerializer `url` field name customizableS.Prymak
2014-01-12Add a sanity check to avoid running into unresolved related models.Dustin Farris
2014-01-12Check the modelfield's class insteadYuri Prezument
2014-01-12Set `allow_none = True` for CharFields with null=TrueYuri Prezument
2014-01-02FIX BaseSerializer.from_native has an altered signatureSteven Cummings
2013-12-23fix for genericrelation savingS. Andrew Sheppard
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-21Less brittle through relationship testing. Closes #1292.Tom Christie
2013-12-16Merge pull request #1184 from dpetzel/nullbooleanfield_fixTom Christie