| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
git://github.com/onepercentclub/django-rest-framework into filtering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed AttributeError in ModelSerializer.save when ModelSerializer.restore_object is overwritten
|
|
|
|
|
|
|
|
|
|
|
|
fixed AttributeError in case restore_object is overwritten without explicitly setting self.m2m_data
|
|
|
|
|
|
|
|
support for passing custom slug options to HyperlinkedRelatedField
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for bug #363: ChoiceField missing in renderers.py
|
|
|
|
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
|
|
returning as expected
|
|
dictionaries as data are returned as expected and
not turned into string representations
|
|
|
|
Relationship tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|