aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2014-10-09Checks and repr on BoundFieldTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-08More gradual deprecationTom Christie
2014-10-08.validate() returning validated data. transform_<field> hooks.Tom Christie
2014-10-08Tweak pre/post save hooks. Return instance in .update().Tom Christie
2014-10-08Tests for generic relationshipsTom Christie
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie
2014-10-03Fix indentationTom Christie
2014-10-02Browsable API tweaksTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-01First pass at HTML form renderingTom Christie
2014-09-29Absolute URLs for file fieldsTom Christie
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-26Simplify serialization slightlyTom Christie
2014-09-26Added ListFieldTom Christie
2014-09-26Allow many, partial and context in BaseSerializerTom Christie
2014-09-26Release notesTom Christie
2014-09-26request.data attributeTom Christie
2014-09-25Partial supportTom Christie
2014-09-25Clean up bind - no longer needs to be called multiple times in nested fieldsTom Christie
2014-09-25Automatic field bindingTom Christie
2014-09-24OPTIONS supportTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
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