- 02 May, 2017 1 commit
-
-
hurturk committed
-
- 19 Apr, 2017 1 commit
-
-
hurturk committed
-
- 18 Apr, 2017 3 commits
-
-
Customizable schema generator classes
Tom Christie committed -
Aarni Koskela committed
-
Aarni Koskela committed
-
- 17 Apr, 2017 2 commits
-
-
Add Django 1.11 into *.md and setup.py
José Padilla committed -
Sergey Smirnov committed
-
- 12 Apr, 2017 3 commits
-
-
Clarify get_schema_fields signature
Tom Christie committed -
Bumped django-guardian version.
Tom Christie committed -
I had to look for the signature of `get_schema_fields()`in source code.
Azim Khakulov committed
-
- 10 Apr, 2017 2 commits
-
-
Updated monthly report link on funding page
José Padilla committed -
Anna committed
-
- 09 Apr, 2017 1 commit
-
-
Mariusz Felisiak committed
-
- 08 Apr, 2017 4 commits
-
-
remove django 1.11 from travis allow_failure matrix
Xavier Ordoquy committed -
django 1.11 to stable release in tox
Xavier Ordoquy committed -
Asif Saifuddin Auvi committed
-
Asif Saifuddin Auvi committed
-
- 07 Apr, 2017 6 commits
-
-
Update existing vary headers in response instead of overwriting them.
Tom Christie committed -
Update links after moving to encode org
Tom Christie committed -
Previously, any existing vary headers would simply be wiped out by DRF. Using patch_vary_headers assures that existing headers remain.
Robert Kirberich committed -
José Padilla committed
-
Pass initkwargs stored on view to instance
Tom Christie committed -
Use overridden settings exception handler
Tom Christie committed
-
- 06 Apr, 2017 2 commits
-
-
Instead of using the api_settings exception handler, we use the overridden settings attribute to find the correct handler. Closes #5054
Ian Cordasco committed -
s-m-b committed
-
- 30 Mar, 2017 4 commits
-
-
fix whitespace in code example
Tom Christie committed -
minusf committed
-
Update Boolean field to support 'yes' and 'no' values
Tom Christie committed -
Python Reference: distutils.util.strtobool(val) Convert a string representation of truth to true (1) or false (0). True values are y, yes, t, true, on and 1; false values are n, no, f, false, off and 0. Raises ValueError if val is anything else.
htmis committed
-
- 29 Mar, 2017 4 commits
-
-
Fix parser names in docstring.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Fix typo at doc string
Xavier Ordoquy committed -
Ilya Beda committed
-
- 28 Mar, 2017 3 commits
-
-
fix unique=True validation for ChoiceField
José Padilla committed -
Ekluv committed
-
Ekluv committed
-
- 27 Mar, 2017 4 commits
-
-
Add drfpasswordless to Third Party Packages and Authentication pages
Tom Christie committed -
Ekluv committed
-
aaronykng committed
-
Document adding django_filters to INSTALLED_APPS
Tom Christie committed
-