| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All relations pointing to ManyToManyFields should default to read-only
|
|
|
|
into styling-fixes
|
|
|
|
added comment about error behavior with DEBUG=True
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework/issues/775
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|