| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add slug relational fields.
Add quickstart.
|
|
Return choices as unicode and not string
|
|
cleanup MultipleObjectBaseView remains
|
|
reason to complete the renaming in docs and comments as well.
|
|
might as well have jsonp return unicode
|