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_hyperlink.py
Age
Commit message (
Expand
)
Author
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-04
Cleanup imports
Tom Christie
2013-02-04
Merge branch 'py3k' into 2.2
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-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-18
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
Tom Christie
2013-01-16
Drop bits of relations_slug tests which don't mirror existing tests.
Tom Christie
2013-01-10
unused imports
Juan Riaza
2013-01-07
Create separate *NullableOneToOneTests TestCase
Mark Aaron Shirley
2013-01-03
Move relation tests models into models.py
Mark Aaron Shirley
2013-01-02
Fixed unicode errors.
Xavier Ordoquy
2013-01-01
Update HyperlinkedForeignKeyTests to match PKForeignKeyTests
Mark Aaron Shirley
2012-12-31
Don't persist relation changes in ModelSerializer#restore_object()
Mark Aaron Shirley
2012-12-29
Add reverse FK update tests
Tom Christie
2012-12-29
Add test for hyperlinked reverse FK create. Refs #511
Tom Christie
2012-12-29
Add TODO
Tom Christie
2012-12-29
Added hyperlinked FK create test
Tom Christie
2012-12-29
Tests for retrieving nullable relations
Tom Christie
2012-12-21
Fix up test url model now filename has changed
Tom Christie
2012-12-21
Rename relationship tests so they show up together
Tom Christie