- 27 Apr, 2017 4 commits
-
-
Added test for DateTimeField validation when server has timezone with…
Tom Christie committed -
Restrict doc & schema shortcuts to a subset of urls
Tom Christie committed -
SchemaGenerator: Avoid crashing with pagesizeless paginators
Tom Christie committed -
add URL path unquote to HyperlinkedRelatedField.to_internal_value
Tom Christie committed
-
- 26 Apr, 2017 4 commits
-
-
Improve books section
Tom Christie committed -
José Padilla committed
-
Corrected order of books. Apologies to @limedaring
José Padilla committed -
Daniel Roy Greenfeld committed
-
- 25 Apr, 2017 2 commits
-
-
add Two Scoops of Django 1.11 to tutorials and resources
Xavier Ordoquy committed -
Daniel Roy Greenfeld committed
-
- 24 Apr, 2017 1 commit
-
-
Updates the core json media type in the docs
Tom Christie committed
-
- 20 Apr, 2017 1 commit
-
-
Per: http://www.django-rest-framework.org/topics/3.5-announcement/#corejson-media-type (I was *wondering* why this didn't seem to work!)
Mike Lissner committed
-
- 19 Apr, 2017 3 commits
-
-
Aarni Koskela committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy 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
-
- 13 Apr, 2017 2 commits
-
-
Maciej Urbanski committed
-
* reference/master: (22 commits) Clarify get_schema_fields signature Updated monthly report link on funding page Bumped django-guardian version. remove django 1.11 from allow_failure matrix update django 1.11 to stable release in tox Update existing vary headers in response instead of overwriting them. Update links after moving to encode org Use overridden settings exception handler Pass initkwargs stored on view to instance Update 7-schemas-and-client-libraries.md Update Boolean field to more closely match python library Fix parser names in docstring. Fix typo at docstring update test case update test case fix unique=True validation for ChoiceField Added drfpasswordless to Authentication docs Document adding django_filters to installed apps Added drfpasswordless to third party packages topic page. Added drfpasswordless to authentication topic page. ...
Xavier Ordoquy 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
-