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
/
relations.py
Age
Commit message (
Expand
)
Author
2013-01-18
Starting migration from ManyField to Field(many=True)
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-08
Merge remote-tracking branch 'upstream/master' into null-one-to-one
Mark Aaron Shirley
2013-01-08
Fix inconsistent view_name logic. Fixes #567.
Tom Christie
2013-01-07
Use ResolveMatch.view_name so namespaces work.
Marc Tamlyn
2013-01-04
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
Mark Aaron Shirley
2013-01-04
Add proper validation for updating relational fields with incorrect types. F...
Tom Christie
2013-01-03
Fix for #446. Note: Also needs applying to other relational types.
Tom Christie
2013-01-03
Tweak behavior of hyperlinked fields that include an explicit format suffix.
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Move the urlparse lib compatibility to the compat file.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-31
Relation fields move into relations.py
Tom Christie
[prev]