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-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
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
2014-12-10
Optimizations play nicely with select_related, prefetch_related
Tom Christie
2014-12-10
Minor docs tweaks
Tom Christie
2014-12-10
Merge pull request #2246 from d0ugal/mkdocs-theme
Tom Christie
2014-12-10
Move remaining sponsor
Dougal Matthews
2014-12-10
Sorted the images
Dougal Matthews
2014-12-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-10
Minor docs tweaks to titles and citations
Tom Christie
2014-12-10
Add a theme.js file to enable highlighing
Dougal Matthews
2014-12-10
Move the static content into the docs theme
Dougal Matthews
2014-12-10
Merge pull request #2241 from IvanAlegre/patch-1
Tom Christie
2014-12-10
Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.
Tom Christie
2014-12-10
Fix trailing space
J. Iván Alegre
2014-12-10
Remove unnecessary hasattr all and add comment for nested relationships
J. Iván Alegre
2014-12-09
snippets relationship in tutorial should be read_only
Tom Christie
2014-12-09
Hyperlinked PK optimization. Closes #1872.
Tom Christie
2014-12-09
Take in care that input data in serializer can be a Manager
J. Iván Alegre
2014-12-09
Copy model field validators, don't reuse the same list.
Tom Christie
2014-12-09
Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...
Tom Christie
2014-12-09
Update serializers.py
Julio Iván Alegre
2014-12-09
allow_blank in ChoiceField. Refs #2239.
Tom Christie
2014-12-09
Merge pull request #2239 from jpadilla/allow-blank-choicefield
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-09
Minor docs tweaks
Tom Christie
2014-12-09
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
[next]