- 28 May, 2016 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 26 May, 2016 6 commits
-
-
Wrap guardian.VERSION in tuple, in django-guardian 1.4.2 version has list type and comparison fails. (#4149)
KhasanovBI committed -
Tom Christie committed
-
Tom Christie committed
-
* Use get_serializer_class in ordering filter* Test improper configuration of ordering* Raise ImproperlyConfigured when missing get_serializer_class * Use get_serializer_class in ordering filter * Test improper configuration of ordering * Raise ImproperlyConfigured when missing get_serializer_class
Kennedy Mwenja committed -
Fix #3844, refine validator for fields with <source=> kwargs
Xavier Ordoquy committed -
When serializers has fields with something like `source=user.email`, the uniqueness validator should check `email` field instead of `user`, cause `user` is a model object.
Xiao Hanyu committed
-
- 25 May, 2016 2 commits
-
-
* added django 1.10 alpha on tox * added django 1.10 alpha on travis * added allow_failure on travis matrix
Asif Saifuddin Auvi committed -
`print` is available as a function on every supported version of Python (2.7+)
Carlton Gibson committed
-
- 18 May, 2016 1 commit
-
-
Drop out-of-date paragraph on `request.content`
Tom Christie committed
-
- 17 May, 2016 3 commits
-
-
Joe Simpson committed
-
Fix typos in ReturnDict and ReturnList docstrings
José Padilla committed -
Ben Brostoff committed
-
- 16 May, 2016 5 commits
-
-
José Padilla committed
-
KhasanovBI committed
-
José Padilla committed
-
José Padilla committed
-
Alexander Gaevsky committed
-
- 13 May, 2016 1 commit
-
-
ListSerializer fields or serializers that are passed many=True may also take an allow_empty=False argument to disallow empty lists as valid input. Information about this was part of the 3.2 release announcement, but had not been part of the API docs until now.
Petros Moisiadis committed
-
- 10 May, 2016 2 commits
-
-
Tom Christie committed
-
José Padilla committed
-
- 09 May, 2016 1 commit
-
-
Fix incorrectly named zh-hans and zh-hant locale path
Xavier Ordoquy committed
-
- 07 May, 2016 1 commit
-
-
Hongxia Zhong committed
-
- 06 May, 2016 2 commits
-
-
Fixes a minor indentation typo.
Graham R. Jeffries committed -
Hongxia Zhong committed
-
- 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
-