| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
docfix: update installation example to work with django 1.6
|
|
looks like django.conf.urls.defaults was deprecated as of django 1.6
|
|
|
|
|
|
|
|
Raise appropriate error in serializer when making a partial update to set a required RelatedField to null (issue #1158)
|
|
required RelatedField to null (issue #1158)
|
|
fix setup.py with new __init__.py boilerplate
|
|
|
|
|
|
|
|
fix broken documentation links
|
|
|
|
|
|
|
|
Clarify wording, fixes #1133.
|
|
|
|
Remove Content-Type header from empty responses. Fixes #1196
|
|
|
|
|
|
|
|
|
|
Add choices to options metadata for ChoiceField.
|
|
|
|
|
|
Adds pre_delete and post_delete hooks on `DestroyModelMixin`
|
|
|
|
Fix TemplateHTMLRenderer example
|
|
|
|
Recommend using Pillow instead of PIL.
|
|
|
|
|
|
|
|
Rename 'name' to 'display_name'.
|
|
|
|
|
|
|
|
Check for __getitem__ and then attempt to convert to a dict.
The check for __getitem__ is there as there's no universal way to
check if an object is a mapping type, but this is a likely proxy
|
|
Update urlpatterns.py
|
|
|
|
|
|
Added handling of validation errors in PUT-as-create.
|
|
Fixes #1035.
|
|
|
|
|
|
|
|
Removed the DynamicSerializerView duplication
|