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
2013-05-22
Security email address
Tom Christie
2013-05-22
Minor cleanup
Tom Christie
2013-05-22
Tweak method ordering for better consistency
Tom Christie
2013-05-21
Tweak nav style slightly
Tom Christie
2013-05-21
Added @mikee2185 and @mjtorn for their work on #467. Thank you :)
Tom Christie
2013-05-21
Note usage of django-filter 0.5.4 for Django 1.3 support. Closes #877
Tom Christie
2013-05-21
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-21
Added @atarzwell for docs fix #876. Thanks!
Tom Christie
2013-05-21
Merge pull request #876 from atarzwell/master
Tom Christie
2013-05-20
Update Typo
Andrew Tarzwell
2013-05-20
content type may be set explicitly on the response
Tom Christie
2013-05-20
Fix charset issues
Tom Christie
2013-05-20
Typo
Tom Christie
2013-05-20
Fix broken docs links. Closes #873
Tom Christie
2013-05-20
Added @commonorgarden, for fix #875. Thank you :)
Tom Christie
2013-05-20
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-20
More explicit quickstart guide. Closes #867.
Tom Christie
2013-05-20
Merge pull request #875 from commonorgarden/master
Tom Christie
2013-05-20
Updated SlugField to raise validation errors for invalid slugs
David Jones
2013-05-20
Merge pull request #872 from Neamar/master
Tom Christie
2013-05-20
Legacy parameter order
Neamar
2013-05-20
Corrected docs (authentication instead of filtering)
Neamar
2013-05-18
Only use object permissions in browsable api form generation if an object exists
Tom Christie
2013-05-18
Enforce object permissions check when rendering forms in browseable API
Tom Christie
2013-05-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-18
Fix broken 'binary content' in browseable API
Tom Christie
2013-05-18
Added @lolek09 for work on #862. Kick ass!
Tom Christie
2013-05-18
Correct charset on UnicodeJSONRenderer
Tom Christie
2013-05-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-18
Added proper charset support
Tom Christie
2013-05-18
Added @matteosuppo for work on #865. Thanks!
Tom Christie
2013-05-18
Merge pull request #865 from ryankask/issue-747-lazy-strings-serialized
Tom Christie
2013-05-18
Move function to compat.
Ryan Kaskel
2013-05-18
Merge pull request #864 from minddust/fix_missing_min_values
Tom Christie
2013-05-18
Merge pull request #863 from pyriku/787-unicodejsonrenderer
Tom Christie
2013-05-18
Drop another case of u'', this time from #530 code
Markus Törnqvist
2013-05-18
Drop u'', it was used inconsistently and breaks for nothing with Python 3.2
Markus Törnqvist
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Handle Python 3 strings and lazy strings.
Ryan Kaskel
2013-05-18
Fix order for applying min_value to fields
Stephan Groß
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
Tests proper encoding in JSONRenderer and UnicodeJSONRenderer
Pablo Recio
2013-05-18
Adds new renderer into the documentation
Pablo Recio
2013-05-18
Better checking if the content can be printable in the BrowsableAPI
Pablo Recio
2013-05-18
Adds UnicodeJSONRenderer which doesn't ensure ascii
Pablo Recio
2013-05-18
Adding a class attribute into JSONRenderer for ensuring ascii, and using it c...
Pablo Recio
2013-05-18
Add min_value=0 to autogenerated Pos..IntFields
Stephan Groß
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework
Karol Majta
2013-05-18
charset param gets now appended to response's Content-Type. Closes #807
Karol Majta
[next]