- 23 Jun, 2016 7 commits
-
-
Tom Christie committed
-
* Robust uniqueness checks * Add master to test matrix (allow_failures)
Tom Christie committed -
* Test against Django 1.10b1 * Test against Django master
José Padilla committed -
Tom Christie committed
-
* Prevented unnecessary distinct() call in SearchFilter. * Refactored SearchFilter lookup prefixes.
Simon Charette committed -
README sponsorship placement.
Tom Christie committed -
Make offset_cutoff a class attribute in CursorPagination so that it can be easily overridden in subclasses (#4212)
Rowan Seymour committed
-
- 21 Jun, 2016 1 commit
-
-
Make the usage of httpie accept headers more explicit.
Ankush Thakur committed
-
- 15 Jun, 2016 1 commit
-
-
Kenneth Love committed
-
- 14 Jun, 2016 2 commits
-
-
* Simplfy TimeField passing through strings
Tom Christie committed -
Tom Christie committed
-
- 13 Jun, 2016 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
* Exclude read_only=True fields from unique_together validation * Test to ensure that unique_together validators can be removed * Do not add uniquness_extra_kwargs when validators are explicitly declared. * Add docs on validation in complex cases
Tom Christie committed -
Tom Christie committed
-
- 08 Jun, 2016 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 07 Jun, 2016 1 commit
-
-
Removed unnecessary `AUTH_USER_MODEL` compat variable. (No longer required)
Asif Saifuddin Auvi committed
-
- 06 Jun, 2016 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 05 Jun, 2016 2 commits
-
-
upgraded django to 1.9.7 release
José Padilla committed -
Asif Saifuddin Auvi committed
-
- 03 Jun, 2016 1 commit
-
-
Tom Christie committed
-
- 02 Jun, 2016 6 commits
-
-
Sergei Sinitsyn committed
-
Tom Christie committed
-
* Add Meta.fields = '__all__' to serializer classes where required. * Add explicit on_delete=models.CASCADE to ForeignKey fields. * Use '.remote_field' and '.model' in preference to '.rel' and '.to' when inspecting model fields. * Use new value_from_object in preference to internal _get_val_from_obj
Tom Christie committed -
Tom Christie committed
-
Update filtering.md
Xavier Ordoquy committed -
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 1 commit
-
-
Asif Saifuddin Auvi committed
-