- 29 Jun, 2016 2 commits
-
-
Vikalp Jain committed
-
Tom Christie committed
-
- 28 Jun, 2016 2 commits
-
-
Update pagination.md
José Padilla committed -
decore committed
-
- 25 Jun, 2016 2 commits
-
-
Added missing colon in extra_kwargs documentation
Xavier Ordoquy committed -
Ken Lewerentz committed
-
- 24 Jun, 2016 2 commits
-
-
Add Sentry as a premium sponsor.
Tom Christie committed -
Tom Christie committed
-
- 23 Jun, 2016 9 commits
-
-
It is possible that a key in a MultiValueDict has multiple values, lists are represented this way. When accessing a key in a MultiValueDict it only returns the last element of that key. This becomes a problem when parsing an html dict with a list inside of it. To fix this problem we have to get and set the value using .getlist() and .setlist().
Laurent De Marez committed -
Support nested namespaces with namespaced versioning.
Tom Christie committed -
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 1 commit
-
-
* updated guardians and filter versions * Remove Django 1.10 from allow_failures
Carlton Gibson committed
-