| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-16 | HyperlinkedIdentityField 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-25 | Fixed misspelled remarks in comments. | Omer Katz | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-01-05 | deprecate simplejson | Juan Riaza | |
| 2012-12-19 | urls, patterns, include imports move to compat to support incoming 1.3 thru ↵ | Tom Christie | |
| 1.6 import compatability | |||
| 2012-12-07 | Support nullable FKs, with blank=True | Tom Christie | |
| 2012-11-14 | polishing code | Ludwig Kraatz | |
| and adding myself to auhtors file | |||
| 2012-11-13 | fixed ugly code | Ludwig Kraatz | |
| Location header is set just, if there is a Location field on the serializer. | |||
| 2012-11-13 | Returning a Location Header on Create | Ludwig Kraatz | |
| when creating a Resource with HyperlinkedIdentityField of any name | |||
| 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 | |
| support for passing custom slug options to HyperlinkedRelatedField | |||
| 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 ↵ | Tom Christie | |
| hyperlinked relations | |||
