- 08 Apr, 2016 2 commits
-
-
* Made sure the OrderingFilter relies on Field.verbose_name. * Marked OrderingFilter's order labels for translation.
Simon Charette committed -
Xavier Ordoquy committed
-
- 07 Apr, 2016 5 commits
-
-
Fix regression introduced by #4035
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
A view with no `authentication_classes` set and that fails a permission check should raise a 403 with the message from the failing permission.
Jonathan Liuti committed
-
- 06 Apr, 2016 3 commits
-
-
Add Django Rest Messaging to Third Party Packages
Xavier Ordoquy committed -
Raphael Gyory committed
-
Raphael Gyory committed
-
- 05 Apr, 2016 1 commit
-
-
Xavier Ordoquy committed
-
- 03 Apr, 2016 2 commits
-
-
type('') to str
José Padilla committed -
Nitesh Lohchab committed
-
- 02 Apr, 2016 3 commits
-
-
Nitesh Lohchab committed
-
updated minor django versions on tox
José Padilla committed -
auvipy committed
-
- 31 Mar, 2016 1 commit
-
-
Reorder initializing the view
Xavier Ordoquy committed
-
- 29 Mar, 2016 2 commits
-
-
Add .partial_update to ModelViewSet documentation
Xavier Ordoquy committed -
The ModelViewSet inherits from the UpdateModelMixin, which provides the `.partial_update` method. This should be reflected in the documentation.
Anthony Lukach committed
-
- 24 Mar, 2016 4 commits
-
-
remove trailing slash from cramer cursor link
Xavier Ordoquy committed -
Tom Viner committed
-
links to html-json-forms package
Xavier Ordoquy committed -
S. Andrew Sheppard committed
-
- 23 Mar, 2016 1 commit
-
-
Do not ignore overridden View.get_view_name() in breadcrumbs
Xavier Ordoquy committed
-
- 22 Mar, 2016 1 commit
-
-
Fix None UUID ForeignKey serialization
Xavier Ordoquy committed
-
- 21 Mar, 2016 4 commits
-
-
Fix typo
Xavier Ordoquy committed -
Stephan Groß committed
-
Stephan Groß committed
-
Stephan Groß committed
-
- 20 Mar, 2016 1 commit
-
-
Determining the version and performing content negotiation should be done before ensuring the permission of the request. The reason is that these information can be used in handling the exceptions. For example different versions may return different error scheme. Also, the rendering class can be used to determine how to exception handler response should be rendered.
Mohamad Nour Chawich committed
-
- 19 Mar, 2016 1 commit
-
-
Fixed use of deprecated Query.aggregates
José Padilla committed
-
- 18 Mar, 2016 1 commit
-
-
In Django 1.8 [`Query.aggregates` is replaced by `annotations`](https://docs.djangoproject.com/es/1.9/releases/1.8/#aggregate-methods-and-modules). Using aggregates currently raises a `RemovedInDjango20Warning`. [Django's source](https://github.com/django/django/blob/1.8/django/db/models/sql/query.py#L192)
Maxime R committed
-
- 17 Mar, 2016 3 commits
-
-
Fix blank lines around docstrings
José Padilla committed -
Stephan Groß committed
-
Run JavaScript only when DOM is ready
José Padilla committed
-
- 16 Mar, 2016 3 commits
-
-
Add a reference to the dynamic-rest addon
José Padilla committed -
Remove django1.7 from README.md
Xavier Ordoquy committed -
Remove django1.7 since #296c5676 took django1.7 off the build.
Alex Riina committed
-
- 13 Mar, 2016 2 commits
-
-
Carlton Gibson committed
-
Mitar committed
-