| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
support for passing custom slug options to HyperlinkedRelatedField
|
|
Serializer fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rare case where rel attribute of model field is None and DRF tries to return rel.to
|
|
Fix for bug #363: ChoiceField missing in renderers.py
|
|
Support for Djangos caching framework, fixes #346
|
|
from native
|
|
|
|
testing caching
|
|
|
|
the Response object. This fixes #346
|
|
Django's built in caching framework.
Currently fails as some attributes on the Response
object are not pickable
|
|
|
|
Tests for pull #358 "Return dictionaries as is"
|
|
returning as expected
|
|
dictionaries as data are returned as expected and
not turned into string representations
|
|
|
|
|
|
Relationship tests
|
|
Return dictionaries as is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Relational field support in browseable API.
|
|
|
|
Add slug relational fields.
Add quickstart.
|
|
|