index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-12-05
user in example should have been instance. Closees #2191.
Tom Christie
2014-12-05
Added .validated_data usage. Closes #2214.
Tom Christie
2014-12-05
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-05
Style tweaks in examples
Tom Christie
2014-12-05
Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json
Tom Christie
2014-12-05
Fix quickstart tutorial
Tom Christie
2014-12-05
Merge pull request #2209 from linovia/bugfix/tutorial_1
Carlton Gibson
2014-12-04
Fix the tutorial against the v3.0
Xavier Ordoquy
2014-12-04
print() function works from Python 2.6 to 3.X
Xavier Ordoquy
2014-12-04
Merge pull request #2172 from kchange/master
Tom Christie
2014-12-03
Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-rename
Tom Christie
2014-12-03
Merge pull request #2196 from tomchristie/tomchristie-improve-update-nested-v...
Kevin Brown
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
2014-12-03
Improve nested update and create testing.
Tom Christie
2014-12-03
Improved nested update test in update().
Tom Christie
2014-12-03
Escape \u2028 and \u2029 in JSON output.
Tom Christie
2014-12-03
Merge pull request #2188 from eiriksm/patch-2
Tom Christie
2014-12-03
Update build status icon on github pages page.
eiriksm
2014-12-03
Merge pull request #2175 from BrickXu/fix_2171
Tom Christie
2014-12-03
Merge pull request #2185 from eiriksm/patch-1
Tom Christie
2014-12-03
Use svg version of travis build status badge
eiriksm
2014-12-02
Merge pull request #2182 from sh4r3m4n/master
Tom Christie
2014-12-02
Updated serializers documentation
Matías Lang
2014-12-02
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-02
BindingDict inherits from collections.MutableMapping. Closes #2135.
Tom Christie
2014-12-02
Merge pull request #2181 from daaray/patch-2
Tom Christie
2014-12-02
fix typo
David Ray
2014-12-02
FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...
Tom Christie
2014-12-02
Update README with 3.0 info.
Tom Christie
2014-12-02
Merge branch 'gregmuellegger-fixes/2013'
Tom Christie
2014-12-02
Minor tweaks for helpful message on Model.objects.create() failure.
Tom Christie
2014-12-02
Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...
Tom Christie
2014-12-02
Raise assertion error if calling .save() on a serializer with errors. Closes ...
Tom Christie
2014-12-02
Document Field.fail(). Closes #2147.
Tom Christie
2014-12-02
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
BrickXu
2014-12-02
Promote 'many_init' to public API. Closes #2152.
Tom Christie
2014-12-02
Merge pull request #2173 from jpadilla/master
Tom Christie
2014-12-02
Merge pull request #2161 from NextHub/master
Tom Christie
2014-12-02
Merge pull request #2 from tomchristie/master
BrickXu
2014-12-02
Merge branch 'master' of github.com:tomchristie/django-rest-framework
Tymur Maryokhin
2014-12-01
Consolidate Django and test requirements
José Padilla
2014-12-01
Fix requirements. Closes #2170.
Tom Christie
2014-12-01
Merge pull request #2167 from jpadilla/patch-1
Xavier Ordoquy
2014-12-01
Change allow_none to allow_null
José Padilla
2014-12-01
Add missing 'validators.py' link. Closes #2166.
Tom Christie
2014-12-01
Minor 3.0 announcment tweaks
Tom Christie
2014-12-01
Minor validtors tweak
3.0.0
Tom Christie
2014-12-01
More descriptive docstring on ModelSerializer
Tom Christie
2014-12-01
Support Django's core ValidationError for backwards compat. Refs #2145.
Tom Christie
2014-12-01
Add 3.0 announcement
Tom Christie
[next]