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
/
tests
Age
Commit message (
Expand
)
Author
2014-12-15
Use unicode internally everywhere for 'repr'
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-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-10
Optimizations play nicely with select_related, prefetch_related
Tom Christie
2014-12-09
Hyperlinked PK optimization. Closes #1872.
Tom Christie
2014-12-09
Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-08
Added ListSerializer.validate(). Closes #2168.
Tom Christie
2014-12-08
Fixed unit test for auth login
Victor Cabral
2014-12-05
Test tweaks
Tom Christie
2014-12-05
Merge pull request #2213 from BrickXu/master
Tom Christie
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
Add validation for fields & exclude type.
BrickXu
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
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
Escape \u2028 and \u2029 in JSON output.
Tom Christie
2014-12-03
Added test to show potential issue with UniqueValidator being added to the un...
Mark Hughes
2014-12-03
Merge pull request #2175 from BrickXu/fix_2171
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
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
BrickXu
2014-11-29
Fixed typos
Tymur Maryokhin
2014-11-29
Moved non-conflicting models
Tymur Maryokhin
2014-11-29
Removed unused models
Tymur Maryokhin
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
Drop defunct tests
Tom Christie
2014-11-26
Be nicer with __closable_objects.
Xavier Ordoquy
2014-11-26
Merge remote-tracking branch 'reference/master' into bugfix/1850
Xavier Ordoquy
2014-11-25
Fix failing YAML tests
José Padilla
2014-11-25
Fix shoddy test case
Tom Christie
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
2014-11-18
Ensure `_resolve_model` does not return `None`
Doug Beck
2014-11-15
More helpful error message when default `.create` fails. Closes #2013.
Gregor Müllegger
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-11-13
Reinstate OPTIONS tests
Tom Christie
2014-11-13
Remove tests/settings. Using conftest instead.
Tom Christie
2014-11-13
Remove test cruft
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Fix tests for py2/3 compat
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
[next]