- 08 Jul, 2016 1 commit
-
-
Kenneth Schnall committed
-
- 07 Jul, 2016 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 06 Jul, 2016 1 commit
-
-
Add `localize` keyword argument for DecimalField
kiyoqoko committed
-
- 05 Jul, 2016 2 commits
-
-
Tom Christie committed
-
Fix setup.py error on some platforms
cobaltchang committed
-
- 04 Jul, 2016 1 commit
-
-
* Added schema generation support. * New tutorial section. * API guide on schema generation. * Topic guide on API clients.
Tom Christie committed
-
- 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
-