- 10 Jul, 2017 1 commit
-
-
Update edX DRF fork to v3.6.3 plus patch.
John Eskew committed
-
- 23 Jun, 2017 2 commits
-
-
John Eskew committed
-
version 3.6.3
John Eskew committed
-
- 12 May, 2017 4 commits
-
-
Version 3.6.3
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 11 May, 2017 1 commit
-
-
Add ValidationError to except in get_object_or_404 for django 1.11
Xavier Ordoquy committed
-
- 06 May, 2017 1 commit
-
-
Nabil Jamaleddine committed
-
- 04 May, 2017 3 commits
-
-
Fix DjangoFilterBackend mro
Tom Christie committed -
Fix a typo in a comment
Xavier Ordoquy committed -
German Ilyin committed
-
- 03 May, 2017 8 commits
-
-
Ryan P Kilby committed
-
Ryan P Kilby committed
-
Simplify django-filter docs, add drf integration link
Tom Christie committed -
Ryan P Kilby committed
-
Tom Christie committed
-
Generate schema with respect to http_method_names provided by CBV
Tom Christie committed -
hurturk committed
-
Xavier Ordoquy committed
-
- 02 May, 2017 6 commits
-
-
hurturk committed
-
Set self.count before self.limit in LimitOffsetPagination
Tom Christie committed -
Fix partial update for the ListSerializer.
Tom Christie committed -
Fixed render error of required nested serializer.
Tom Christie committed -
Refs #5108
Tom Christie committed -
Refs #5108.
Tom Christie committed
-
- 01 May, 2017 1 commit
-
-
Tom Christie committed
-
- 30 Apr, 2017 1 commit
-
-
Improve grammar in .force_authenticate() docs
Tom Christie committed
-
- 28 Apr, 2017 2 commits
-
-
Updating the Django version "runserver" output and enforcing code block styling
Xavier Ordoquy committed -
CHANGED the Django version run server output to “1.11” ADDED “```” to a code block on line 44 of “/tutorial/7-schemas-and-client-libraries/“ to enforce code wrap. Perhaps, we might need to do this to all code blocks. I would be happy to do that.
Jimmy Gitonga committed
-
- 27 Apr, 2017 6 commits
-
-
* Remove unnecessary comma * Remove the "and simple" copied from the line above. * Add "entirely" to emphasize that this function bypasses the authentication step.
Rodney Folz committed -
PoC Add JSONBoundField to serializers (Fixes #4999)
Tom Christie committed -
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
-
-
Dave Allan committed
-
Dave Allan committed
-
Per issue #4999, JSONFields are not rendered properly in the DRF browsable API HTML forms. This patch attempts to fix that behavior by introducing a JSONBoundField helper similar to the NestedBoundField helper.
Dave Allan committed -
Improve books section
Tom Christie committed
-