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-03
Escape \u2028 and \u2029 in JSON output.
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-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
2014-11-20
Resolve PUT and POST buttons in browsable API
Tom Christie
2014-11-20
Add --- null option for selects. Closes #2096.
Tom Christie
2014-11-20
Fixes for defaulting empty HTML fields to '', None, or empty.
Tom Christie
2014-11-20
Make _force_text_recursive private.
Tom Christie
2014-11-20
Fix non-determanistic default bug. Closes #2099.
Tom Christie
2014-11-19
Fix non-determanistic unique constraint mapping. Refs #2092.
Tom Christie
2014-11-19
Minor fix for #2092.
Tom Christie
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-19
Use translatable error strings. Refs #2063.
Tom Christie
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
2014-11-18
List serializer no explicitly renders as 'not supported for HTML input'
Tom Christie
2014-11-18
Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084
Tom Christie
2014-11-18
Add comment ref #2089
Tom Christie
2014-11-18
Only pass instance to form for PUT and PATCH. Closes #2073.
Tom Christie
2014-11-18
Note removal of 'save_object' and fail loudly if it exists
Tom Christie
2014-11-18
Ensure `_resolve_model` does not return `None`
Doug Beck
[next]