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
path:
root
/
rest_framework
Age
Commit message (
Expand
)
Author
2014-12-05
Merge pull request #2200 from maryokhin/master
Tom Christie
2014-12-05
Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json
Tom Christie
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-04
Merge branch 'master' of github.com:tomchristie/django-rest-framework
Tymur Maryokhin
2014-12-04
Removed unused compat code
Tymur Maryokhin
2014-12-04
Removed custom urlparse compat
Tymur Maryokhin
2014-12-04
Merge pull request #2172 from kchange/master
Tom Christie
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-12-04
Removed custom python_2_unicode_compatible. Closes #2183
Tymur Maryokhin
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 #2175 from BrickXu/fix_2171
Tom Christie
2014-12-02
BindingDict inherits from collections.MutableMapping. Closes #2135.
Tom Christie
2014-12-02
FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...
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
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
BrickXu
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-11-28
@api_view defaults to allowing GET
Tom Christie
2014-11-28
Use ImproperlyConfigured when model meta lookup fails
Tom Christie
2014-11-28
Merge pull request #2086 from beck/doug/blow-up-with-bad-models
Tom Christie
2014-11-28
Merge pull request #2143 from linovia/bugfix/1850
Tom Christie
2014-11-28
Removed unused import
Tymur Maryokhin
2014-11-28
Update token auth view. Closes #2151.
Tymur Maryokhin
2014-11-28
Merge branch '3.0-docs'
Tom Christie
2014-11-28
Moar docs. Amazing.
Tom Christie
2014-11-27
Drop Field.validate
Tom Christie
2014-11-27
Drop transform_<field_name>
Tom Christie
2014-11-27
Fix for nested attribute lookups where one is a callable
Tom Christie
2014-11-27
Support callable attributes in dotted source. Closes #2142.
Tom Christie
2014-11-26
Merge remote-tracking branch 'reference/master' into bugfix/1850
Xavier Ordoquy
2014-11-26
Tweak to 3.0 relationship docs
Tom Christie
2014-11-26
Docstring for 'many_init'
Tom Christie
2014-11-25
request.DATA, request.FILES -> request.data
Tom Christie
2014-11-25
Don't use default_empty_html value for partial updates. Closes #2118.
Tom Christie
2014-11-25
Documentation in 'many_init' docstring. Refs #2120.
Tom Christie
2014-11-25
Style tweaks to login template.
Tom Christie
2014-11-25
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-25
Lowercase HTML label tag. Refs #2121.
Tom Christie
2014-11-21
removed the whole footer section
Andreas Bernacca
2014-11-21
remove sponsored by dabapps
Andreas Bernacca
2014-11-20
Fix rendering HTML form when API error raised. Closes #2103.
3.0-beta
Tom Christie
2014-11-20
Py3 fix - .items is not a list.
Tom Christie
[next]