| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixed a couple of small problems I found when using the action decorator.
|
|
|
|
If you don't call it, it doesn't work.
|
|
|
|
|
|
|
|
|
|
Fix typos
|
|
|
|
|
|
|
|
|
|
authentication fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All relations pointing to ManyToManyFields should default to read-only
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|