aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2014-09-19Moar testsTom Christie
2014-09-18Added a model update integration testTom Christie
2014-09-18ModelSerializer.create() to handle many to many by defaultTom Christie
2014-09-18Configuration correctness tests on ModelSerializerTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-17Update commentsTom Christie
2014-09-15Fix nested model serializer base classTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie
2014-09-12Dealing with reverse relationshipsTom Christie
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