| Age | Commit message (Collapse) | Author |
|
Reload api_settings when using Django's 'override_settings'
|
|
|
|
Release notes for 3.0.4
|
|
|
|
|
|
|
|
|
|
typo in fields.md
|
|
|
|
minor typo in viewsets docs
|
|
|
|
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
|
|
In the same vein as #2399.
|
|
Added DictField and support for HStoreField.
|
|
|
|
Added UUIDField.
|
|
Update Django-Filter references
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support 1.8-alpha.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support for Django 1.8a1
|
|
fix link to Django CSRF docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correcting unclosed quote in docs routers.md
|
|
correcting unclosed quote in routers.md
|
|
correcting "it's" to "its" in Tutorial 1
|
|
|
|
|
|
|
|
NotImplemented is not an exception
|
|
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.
|