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-17
Cleanup extra newline
Tom Christie
2014-12-17
Version 3.0.2
Tom Christie
2014-12-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-17
Highlight trailing '.' in command so it wont be missed.
Tom Christie
2014-12-17
Merge pull request #2291 from tomchristie/serializer-api-restrictions
Tom Christie
2014-12-17
Serializer API restrictions.
Tom Christie
2014-12-17
str() -> six.text_type(). Closes #2290.
Tom Christie
2014-12-17
Ensure request.auth is available to response middleware.
Tom Christie
2014-12-17
Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request
Tom Christie
2014-12-16
Add test integrated with middleware
Martin Maillard
2014-12-15
Merge pull request #2282 from jpadilla/master
Kevin Brown
2014-12-15
Closes #2281
José Padilla
2014-12-15
Minor test cleanup
Tom Christie
2014-12-15
Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug
Tom Christie
2014-12-15
Remove erronous print
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-15
Merge pull request #2277 from NullSoldier/doc-fix
Tom Christie
2014-12-15
Doc typo
Jason Spafford
2014-12-15
Merge pull request #2275 from NullSoldier/doc-fix
Tom Christie
2014-12-15
Better messaging for 'Field.to_representation'. Closes #2271.
Tom Christie
2014-12-15
Made docs consistent
Jason Spafford
2014-12-13
Merge pull request #2269 from bjacobel/bjacobel/documentation-pagination-read...
Tom Christie
2014-12-13
Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility
Brian Jacobel
2014-12-13
Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errors
Tom Christie
2014-12-13
Fix test for python2/3 compat
Tom Christie
2014-12-13
Better errors when serializer has incorrectly named field.
Tom Christie
2014-12-13
Merge pull request #2266 from tomchristie/improve-nested-write-checking
Tom Christie
2014-12-13
Improve check for nested writes
Tom Christie
2014-12-13
Merge pull request #2265 from jfw/patch-2
Tom Christie
2014-12-12
documentation typo
Jeff Fein-Worton
2014-12-12
Merge pull request #2259 from tomchristie/testclient-logout-also-cancels-forc...
Tom Christie
2014-12-12
Clean up import ordering
Tom Christie
2014-12-12
Python 3 test fix
Tom Christie
2014-12-12
Client.logout() also clears any force_authenticate
Tom Christie
2014-12-12
Merge pull request #2255 from mathspace/charfield-default-message
Xavier Ordoquy
2014-12-12
Update CharField default min_length message.
Peter Schmidt
2014-12-11
Add test
Martin Maillard
2014-12-11
Merge pull request #2251 from linovia/version/3.0.1
3.0.1
Tom Christie
2014-12-11
Fix the ghost backtick.
Xavier Ordoquy
2014-12-11
Better link representation for the issues.
Xavier Ordoquy
2014-12-11
Fix the milestone link again.
Xavier Ordoquy
2014-12-11
Add full stop to the release note items.
Xavier Ordoquy
2014-12-11
Add links to the issue id.
Xavier Ordoquy
2014-12-11
Release note corrections
Xavier Ordoquy
2014-12-11
Field->ReadOnlyField in tutorial docs
Tom Christie
2014-12-11
Version 3.0.1
Xavier Ordoquy
2014-12-11
Release notes for 3.0.1
Xavier Ordoquy
2014-12-10
Merge pull request #2242 from tomchristie/hyperlinked-pk-optimization
Tom Christie
2014-12-10
Move comment
Tom Christie
2014-12-10
Drop get_iterable()
Tom Christie
[next]