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-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-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
2014-11-05
Fix failing copy of fields when RegexValidator is used. Closes #1954.
Tom Christie
2014-11-03
Py2/3 compat for validation test
Tom Christie
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Merge branch 'master' into version-3.0
Tom Christie
2014-10-30
Nested serializer tests
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-22
.validate() can raise field errors or non-field errors
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
Performance for PK fields
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-09
Tweaking
Tom Christie
2014-10-08
Support empty file fields
Tom Christie
2014-10-08
Move generic relation tests
Tom Christie
2014-10-08
Tests for generic relationships
Tom Christie
2014-10-08
Tests for relational fields
Tom Christie
2014-10-08
Reverted 59d0a0387d907260ef8f91bbbca618831abd75a3 and fixed the tests
Xavier Ordoquy
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-06
Fix follow does not work on APIClient
Jones Chi
2014-10-03
More spelling tweaks
Craig de Stigter
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-01
First pass at HTML form rendering
Tom Christie
[next]