| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fix typo + grammar in viewsets docs
|
|
|
|
|
|
|
|
|
|
HyperlinkedIdentityField uses `lookup_field` kwarg.
|
|
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
|
|
|
|
|
|
Small typo in the ViewSet example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove trailing unmatched </div> in login_base.html template. Reformat i...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indentation and label all closing tags for consistency.
|
|
|
|
with a router testcase illustrating the failure against the master code base
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Very minor documentation code fix.
|
|
|
|
|
|
|