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
/
rest_framework
/
tests
/
relations_nested.py
Age
Commit message (
Expand
)
Author
2013-04-23
Ensure implementation of reverse relations in 'fields' is backwards compatible
Tom Christie
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-12
Remove deprecated APIs from tests
Tom Christie
2013-02-07
Use new many=True relations style.
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-10
unused imports
Juan Riaza
2013-01-07
Create separate *NullableOneToOneTests TestCase
Mark Aaron Shirley
2013-01-04
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
Mark Aaron Shirley
2013-01-03
Move relation tests models into models.py
Mark Aaron Shirley
2013-01-02
Fixed unicode errors.
Xavier Ordoquy
2012-12-29
Nested serializers now support nullable relationships, plus test. Fixes #384
Tom Christie
2012-12-29
Add tests for nested FKs
Tom Christie
2012-12-21
Make nested tests consistent with pk and hyperlink tests
Tom Christie
2012-12-21
Rename relationship tests so they show up together
Tom Christie