- 02 Jun, 2016 1 commit
-
-
sohopro committed
-
- 01 Jun, 2016 10 commits
-
-
* updated guardians and filter versions * Remove Django 1.10 from allow_failures
Carlton Gibson committed -
Tom Christie committed
-
Do not list related field choices in OPTIONS requests.
Simon Charette committed -
Tom Christie committed
-
Updated jquery version to 1.12.4
Asif Saifuddin Auvi committed -
* Added TEMPLATES setting to tests * Remove deprecated view-string in URL conf * Replace 'urls = ...' in test classes with override_settings('ROOT_URLCONF=...') * Refactor UsingURLPatterns to use override_settings(ROOT_URLCONF=...) style * Get model managers and names in a version-compatible manner. * Apply override_settings to a TestCase, not a mixin class * Use '.callback' property instead of private attributes when inspecting urlpatterns * Pass 'user' to template explicitly * Correct sorting of import statements. * Remove unused TEMPLATE_LOADERS setting, in favor of TEMPLATES. * Remove code style issue * BaseFilter test requires a concrete model * Resolve tox.ini issues * Resolve isort differences between local and tox environments
Tom Christie committed -
Tom Christie committed
-
Clean up code style.
Asif Saifuddin Auvi committed -
description.py codes and tests removal
Xavier Ordoquy committed -
Asif Saifuddin Auvi committed
-
- 31 May, 2016 3 commits
-
-
Asif Saifuddin Auvi committed
-
Asif Saifuddin Auvi committed
-
Asif Saifuddin Auvi committed
-
- 30 May, 2016 1 commit
-
-
Convert readthedocs link for their .org -> .io migration for hosted projects
José Padilla committed
-
- 29 May, 2016 1 commit
-
-
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
Adam Chainz committed
-
- 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
-