- 04 May, 2016 2 commits
-
-
This allows subclassing TokenAuthentication and setting custom keyword, thus allowing the Authorization header to be for example: Bearer 956e252a-513c-48c5-92dd-bfddc364e812 It doesn't change the behavior of TokenAuthentication itself, it simply allows to reuse the logic of TokenAuthentication without the need of copy pasting the class and changing one hardcoded string. Related: #4080
Miro Hrončok committed -
Fix typo in permissions docs
Xavier Ordoquy committed
-
- 03 May, 2016 8 commits
-
-
Taylor Edmiston committed
-
Kyle Hornberg committed
-
added python 3.5 checks for django 1.8
Xavier Ordoquy committed -
Asif Saifuddin Auvi committed
-
Asif Saifuddin Auvi committed
-
Germán Larraín committed
-
Asif Saifuddin Auvi committed
-
- 29 Apr, 2016 1 commit
-
-
* Remove references to South as we don't need it any longer. * Add a note about auth_token including Django migrations.
Xavier Ordoquy committed
-
- 27 Apr, 2016 1 commit
-
-
Daniele Varrazzo committed
-
- 26 Apr, 2016 1 commit
-
-
Added support for custom CSRF cookie names
José Padilla committed
-
- 21 Apr, 2016 1 commit
-
-
Merge the changes in 3.3.x back to master.
Xavier Ordoquy committed
-
- 19 Apr, 2016 1 commit
-
-
Puneet Aggarwal committed
-
- 12 Apr, 2016 1 commit
-
-
Instead of hardcoding the CSRF cookie name, the value is passed to the template as a context variable, rendered as a JavaScript variable, and read by csrf.js. Fixes #4048
Clinton Blackburn committed
-
- 11 Apr, 2016 1 commit
-
-
Phivos Stylianides committed
-
- 08 Apr, 2016 3 commits
-
-
* Made sure the OrderingFilter relies on Field.verbose_name. * Marked OrderingFilter's order labels for translation.
Simon Charette committed -
# Conflicts: # docs/topics/release-notes.md
Xavier Ordoquy 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 3 commits
-
-
remove trailing slash from cramer cursor link
Xavier Ordoquy committed -
Tom Viner committed
-
links to html-json-forms package
Xavier Ordoquy committed
-