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
/
hyperlinkedserializers.py
Age
Commit message (
Expand
)
Author
2013-05-16
HyperlinkedIdentityField uses `lookup_field` kwarg.
Andy Freeland
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-25
Fixed misspelled remarks in comments.
Omer Katz
2013-02-04
Cleanup imports
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-07
Support nullable FKs, with blank=True
Tom Christie
2012-11-14
polishing code
Ludwig Kraatz
2012-11-13
fixed ugly code
Ludwig Kraatz
2012-11-13
Returning a Location Header on Create
Ludwig Kraatz
2012-11-10
Fixes #380
Marko Tibold
2012-11-10
Reproduces #380
Marko Tibold
2012-11-05
Tweaks
Tom Christie
2012-11-05
Merge pull request #347 from minddust/master
Tom Christie
2012-11-05
fixed typo
Stephan Groß
2012-11-05
added testcase for custom slug field in hyperlinkedrelatedfield
Stephan Groß
2012-11-05
`queryset` argument is now optional on writable model fields.
Tom Christie
2012-10-30
Allow use of absolute URLs when deserializing hyperlinked fields
Tom Christie
2012-10-30
Hyperlinked serializer tests
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Make Import patterns 1.3 compatible
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie