aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2014-09-12NON_FIELD_ERRORS_KEY settingTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-12MethodField -> SerializerMethodFieldTom Christie
2014-09-11Tidy up lookup_classTom Christie
2014-09-11Merge masterTom Christie
2014-09-10Compat fixesTom Christie
2014-09-10Added help_text argument to fieldsTom Christie
2014-09-10TweaksTom Christie
2014-09-09Fleshing out serializer fieldsTom Christie
2014-09-08More test sortingTom Christie
2014-09-05Workin onTom Christie
2014-09-02Getting tests passingTom Christie
2014-09-02Add relations and get tests runningTom Christie
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-29First passTom Christie
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