- 03 May, 2017 6 commits
-
-
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 7 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 -
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 5 commits
-
-
Aarni Koskela committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
hurturk committed
-
Fixes an error that occurs on rendering response with error that says that required nested serializer field must be specified in data.
nerlin committed
-
- 18 Apr, 2017 2 commits
-
-
Customizable schema generator classes
Tom Christie committed -
Aarni Koskela committed
-