aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-16TweakTom Christie
2014-10-16Performance for PK fieldsTom Christie
2014-10-16get_attribute method on fieldsTom Christie
2014-10-16Stricter checking for failure cases.Tom Christie
2014-10-16Update release notesTom Christie
2014-10-16Merge pull request #1959 from konradhalas/add-djoser-to-docsTom Christie
Add djoser to authentication docs
2014-10-16Add to main 3rd party resources list.konradhalas
2014-10-16Add djoser to authentication docs.konradhalas
2014-10-16Merge pull request #1958 from gulopine/version-3.0Tom Christie
Add a .keys() method to BindingDict
2014-10-15Add a keys method to BindingDictMarty Alchin
2014-10-15Support fields that reference a simple callableTom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Merge branch 'version-3.0' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into version-3.0
2014-10-15Moar form stylingTom Christie
2014-10-15Merge pull request #1956 from wolfe/patch-1Tom Christie
Update 3.0-announcement.md
2014-10-15Reorganize to use template_pack in form renderingTom Christie
2014-10-15Drop template includesTom Christie
2014-10-15Merge branch 'version-3.0' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into version-3.0
2014-10-15Fix 'lookup_field' on ModelSerializer. Closes #1944.Tom Christie
2014-10-14Update 3.0-announcement.mdwolfe
Swap order of custom field API changes so the two "and" clauses are in the same order.
2014-10-12Merge pull request #1942 from rouge8/preform-to-performTom Christie
Rename `preform_update` to `perform_update`
2014-10-12Rename `preform_update` to `perform_update`Andy Freeland
2014-10-10Relations in 'read_only_fields' should not include a queryset kwargTom Christie
2014-10-10Flake8Tom Christie
2014-10-10TweaksTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-10-09Use BoundField .name on fieldsTom Christie
2014-10-09Checks and repr on BoundFieldTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09TypoTom Christie
2014-10-09Document the Metadata APITom Christie
2014-10-09TweakingTom Christie
2014-10-09Update tutorial for 3.0Tom Christie
2014-10-09Merge pull request #1920 from thedrow/topic/encoder-improvementsTom Christie
The JSON encoder now uses tuples instead of lists
2014-10-08Limit blank string -> None to just be on relational fieldsTom Christie
2014-10-08Support empty file fieldsTom Christie
2014-10-08TweaksTom 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-08Move generic relation testsTom Christie
2014-10-08Tests for generic relationshipsTom Christie
2014-10-08Tests for relational fieldsTom Christie
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
Handle follow just like Django's Client.
2014-10-05Merge pull request #1925 from kevinlondon/patch-5Tom Christie
Update links in 2.4-announcement.md
2014-10-04Update links in 2.4-announcement.mdKevin London
The links to Django Rest Framework pages were 404ing because the URLs include a slash.
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie