aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-10-08Reverted 59d0a0387d907260ef8f91bbbca618831abd75a3 and fixed the testsXavier Ordoquy
2014-10-07Reintroduce save hooksTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-06Fix follow does not work on APIClientJones Chi
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie
2014-10-03Fix indentationTom Christie
2014-10-03Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-03Revert accidental stupidityTom Christie
2014-10-03Merge pull request #1921 from koordinates/fix-typosTom Christie
2014-10-03More spelling tweaksCraig de Stigter
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-10-02Browsable API tweaksTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-02The encoder now returns tuples instead of lists.Omer Katz
2014-10-01More forms supportTom Christie
2014-10-01First pass at HTML form renderingTom Christie
2014-10-01Deal with lazy strings in serializer reprsTom Christie
2014-10-01Use six.text_type instead of str everywhereTom Christie
2014-09-29Absolute URLs for file fieldsTom Christie
2014-09-29.validate() on serializer fieldsTom Christie
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-26FileField and ImageFieldTom Christie
2014-09-26Simplify serialization slightlyTom Christie
2014-09-26Update version numberTom Christie
2014-09-26Added ListFieldTom Christie
2014-09-26[templates/rest_framework/base.html] Separate `object-form' and `generic-cont...Anton D. Kachalov
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-25Fix syntax errorTom Christie
2014-09-25Refuse to downcast from datetime to date or timeTom Christie
2014-09-25Check for redundant on SerializerMethodFieldTom 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-25Ensure proper sorting of 'choices' attribute on ChoiceFieldTom Christie
2014-09-24Enforce field_name != sourceTom Christie
2014-09-24Custom deepcopy on Field classesTom Christie
2014-09-24Merge branch 'master' into version-3.0Tom Christie
2014-09-24OPTIONS supportTom Christie
2014-09-23Correctly propagate cloned_request for OPTIONSJosé Padilla
2014-09-23Merge pull request #1896 from dbrgn/csrf_responseTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
2014-09-23Changed return status for CSRF failures to HTTP 403Danilo Bargen
2014-09-22allow_blank, allow_nullTom Christie
2014-09-22Tests & tweaks for ChoiceFieldTom Christie
2014-09-22Tests and tweaks for choice fieldsTom Christie
2014-09-22More compat fixesTom Christie