aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/hyperlinkedserializers.py
AgeCommit message (Collapse)Author
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-25Fixed misspelled remarks in comments.Omer Katz
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-05deprecate simplejsonJuan Riaza
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru ↵Tom Christie
1.6 import compatability
2012-12-07Support nullable FKs, with blank=TrueTom Christie
2012-11-14polishing codeLudwig Kraatz
and adding myself to auhtors file
2012-11-13fixed ugly codeLudwig Kraatz
Location header is set just, if there is a Location field on the serializer.
2012-11-13Returning a Location Header on CreateLudwig Kraatz
when creating a Resource with HyperlinkedIdentityField of any name
2012-11-10Fixes #380Marko Tibold
2012-11-10Reproduces #380Marko Tibold
2012-11-05TweaksTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
support for passing custom slug options to HyperlinkedRelatedField
2012-11-05fixed typoStephan Groß
2012-11-05added testcase for custom slug field in hyperlinkedrelatedfieldStephan Groß
2012-11-05`queryset` argument is now optional on writable model fields.Tom Christie
2012-10-30Allow use of absolute URLs when deserializing hyperlinked fieldsTom Christie
2012-10-30Hyperlinked serializer testsTom Christie
2012-10-04Initial tests for hyperlinked relationshipsTom Christie
2012-10-04Make Import patterns 1.3 compatibleTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵Tom Christie
hyperlinked relations