aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-05user in example should have been instance. Closees #2191.Tom Christie
2014-12-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-05Style tweaks in examplesTom Christie
2014-12-05Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-jsonTom Christie
2014-12-05Fix quickstart tutorialTom Christie
2014-12-05Merge pull request #2209 from linovia/bugfix/tutorial_1Carlton Gibson
2014-12-04Fix the tutorial against the v3.0Xavier Ordoquy
2014-12-04print() function works from Python 2.6 to 3.XXavier Ordoquy
2014-12-04Merge pull request #2172 from kchange/masterTom Christie
2014-12-03Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-renameTom Christie
2014-12-03Merge pull request #2196 from tomchristie/tomchristie-improve-update-nested-v...Kevin Brown
2014-12-03Renamed validated_attrs to validated_data to be more in line with other simil...Martin Tschammer
2014-12-03Improve nested update and create testing.Tom Christie
2014-12-03Improved nested update test in update().Tom Christie
2014-12-03Escape \u2028 and \u2029 in JSON output.Tom Christie
2014-12-03Merge pull request #2188 from eiriksm/patch-2Tom Christie
2014-12-03Update build status icon on github pages page.eiriksm
2014-12-03Merge pull request #2175 from BrickXu/fix_2171Tom Christie
2014-12-03Merge pull request #2185 from eiriksm/patch-1Tom Christie
2014-12-03Use svg version of travis build status badgeeiriksm
2014-12-02Merge pull request #2182 from sh4r3m4n/masterTom Christie
2014-12-02Updated serializers documentationMatías Lang
2014-12-02Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-02BindingDict inherits from collections.MutableMapping. Closes #2135.Tom Christie
2014-12-02Merge pull request #2181 from daaray/patch-2Tom Christie
2014-12-02fix typoDavid Ray
2014-12-02FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...Tom Christie
2014-12-02Update README with 3.0 info.Tom Christie
2014-12-02Merge branch 'gregmuellegger-fixes/2013'Tom Christie
2014-12-02Minor tweaks for helpful message on Model.objects.create() failure.Tom Christie
2014-12-02Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...Tom Christie
2014-12-02Raise assertion error if calling .save() on a serializer with errors. Closes ...Tom Christie
2014-12-02Document Field.fail(). Closes #2147.Tom Christie
2014-12-02Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171BrickXu
2014-12-02Promote 'many_init' to public API. Closes #2152.Tom Christie
2014-12-02Merge pull request #2173 from jpadilla/masterTom Christie
2014-12-02Merge pull request #2161 from NextHub/masterTom Christie
2014-12-02Merge pull request #2 from tomchristie/masterBrickXu
2014-12-02Merge branch 'master' of github.com:tomchristie/django-rest-frameworkTymur Maryokhin
2014-12-01Consolidate Django and test requirementsJosé Padilla
2014-12-01Fix requirements. Closes #2170.Tom Christie
2014-12-01Merge pull request #2167 from jpadilla/patch-1Xavier Ordoquy
2014-12-01Change allow_none to allow_nullJosé Padilla
2014-12-01Add missing 'validators.py' link. Closes #2166.Tom Christie
2014-12-01Minor 3.0 announcment tweaksTom Christie
2014-12-01Minor validtors tweak3.0.0Tom Christie
2014-12-01More descriptive docstring on ModelSerializerTom Christie
2014-12-01Support Django's core ValidationError for backwards compat. Refs #2145.Tom Christie
2014-12-01Add 3.0 announcementTom Christie