- 05 Aug, 2016 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
* For Django >=1.10 use user.is_authenticated, not user.is_authenticated()
Tom Christie committed -
Tom Christie committed
-
- 04 Aug, 2016 1 commit
-
-
Corentin Smith committed
-
- 02 Aug, 2016 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- Change the name of ``resolve_context()`` to ``get_template_context()``. - Pass the renderer context to this method, to give subclasses more flexibility when overriding.
René Fleschenberg committed -
Serializer default values should not be included in partial updates
Tom Christie committed -
Tom Christie committed
-
- 01 Aug, 2016 5 commits
-
-
* Descriptive error from FileUploadParser when filename not included. * Consistent handling of upload filenames
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
jsurloppe committed
-
Remove note about Django 1.3
Jaap Roes committed
-
- 28 Jul, 2016 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 27 Jul, 2016 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Alexander Gaevsky committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 26 Jul, 2016 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
* Test case for #4272
Tom Christie committed -
* use verbose_name instead of object_name in error messages
Sassan Haradji committed -
* updated bootstrap min css to 3.3.7 * updated bootstrap min javascript to 3.3.7
Asif Saifuddin Auvi committed -
* Added HTTP status codes from RFC 4918 * Updated documentation about status codes * Added reference to RFC 4918
Gustavo Pantuza committed -
The meta information stored in opts needs to be restored for each search field. Otherwise it references the wrong model when an attribute of a related model comes before an attribute of the original model in search fields. This doesn't apply to m2m relations since must_call_distinct returns True in that case.
Andi Albrecht committed -
Removed links to Youtube videos that are no longer available and updated a link to a tutorial that has moved.
Hendra committed
-
- 19 Jul, 2016 4 commits
-
-
Fix SwaggerRenderer implementation example
Xavier Ordoquy committed -
Osvaldo Santana Neto committed
-
updated minor django versions
Xavier Ordoquy committed -
Asif Saifuddin Auvi committed
-
- 18 Jul, 2016 1 commit
-
-
The wheel released on Pypi does not include the license file . The way to do this is by updating the setup.cfg accordingly
Philippe Ombredanne committed
-