aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-07Reintroduce save hooksTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie
2014-10-03Fix indentationTom Christie
2014-10-03Merge branch 'version-3.0' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into version-3.0
2014-10-03Revert accidental stupidityTom Christie
2014-10-03Merge pull request #1921 from koordinates/fix-typosTom Christie
Minor: fix spelling and grammar, mostly in 3.0 announcement
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
Tuples take a little less memory which is significant when serializing a lot of objects.
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-10-01Merge pull request #1911 from thedrow/patch-7Tom Christie
Fixed documentation typo
2014-10-01Fixed documentation typo.Omer Katz
2014-09-30Update 3.0-announcement.mdTom Christie
2014-09-29Update release notesTom Christie
2014-09-29Absolute URLs for file fieldsTom Christie
2014-09-29Latest release notesTom Christie
2014-09-29Update release notesTom Christie
2014-09-29.validate() on serializer fieldsTom Christie
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-26Update release notesTom Christie
2014-09-26FileField and ImageFieldTom Christie
2014-09-26Merge masterTom Christie
2014-09-26Simplify serialization slightlyTom Christie
2014-09-26Drop erronous print statementsTom Christie
2014-09-26Prepend some pre-release notesTom Christie