- 24 Jun, 2015 7 commits
-
-
Tom Christie committed
-
Support allow_blank=False with trim_whitespace=True.
Tom Christie committed -
Tom Christie committed
-
Fix link headers in examples, as per RFC5988.
Tom Christie committed -
Tom Christie committed
-
add message to custom permission
Tom Christie committed -
only include 'allow_blank' on supported fields
Tom Christie committed
-
- 23 Jun, 2015 14 commits
-
-
Cursor hooks
Tom Christie committed -
homm committed
-
merge `CursorPagination.encode_cursor` and `_encode_cursor`
homm committed -
homm committed
-
homm committed
-
homm committed
-
Document setting URL_FORMAT_OVERRIDE to None
Tom Christie committed -
This also hides the format dropdown from the Browsable API if URL_FORMAT_OVERRIDE is disabled. Closes #3057
José Padilla committed -
Remove Twitter button for mobile rendering
Tom Christie committed -
José Padilla committed
-
Add PyPI version badge to docs. Closes #3023
Tom Christie committed -
José Padilla committed
-
Cache fields list for to_internal_value and to_representation
Tom Christie committed -
Track maximum supported 1.7 and 1.8 versions
Tom Christie committed
-
- 22 Jun, 2015 9 commits
-
-
José Padilla committed
-
Wrong error message on bad field lookup
Tom Christie committed -
Fixed many=False issue on related fields
Tom Christie committed -
Compat requestfactory secure
Tom Christie committed -
RequestFactory.generic()
Markus Korn committed -
Set dynamic maximum height for dropdown widgets
José Padilla committed -
argument is not available
Markus Korn committed -
provided by django
Markus Korn committed -
Markus Korn committed
-
- 20 Jun, 2015 1 commit
-
-
Fixed formatting of _readable_fields list comprehension to match the formatting of the _writable_fields list comprehension.
Omer Katz committed
-
- 19 Jun, 2015 2 commits
-
-
Based on feedback on the pull request, changed solution to be simpler for issue 3042
Brian Grohe committed -
Document per-view versioning settings
Xavier Ordoquy committed
-
- 18 Jun, 2015 2 commits
-
-
Consistent 2 space tabbing and formatting
Xavier Ordoquy committed -
José Padilla committed
-
- 17 Jun, 2015 2 commits
-
-
Added check to pop many from kwargs before passing to __init__ Fixed my lint issue from the previous commit
Brian Grohe committed -
Adding failing test case when many=false is explicitly defined https://github.com/tomchristie/django-rest-framework/issues/3042
Brian Grohe committed
-
- 16 Jun, 2015 3 commits
-
-
Jannon Frank committed
-
Fixed minor typo on viewsets.md
Xavier Ordoquy committed -
Handle invalid characters in "Authorization: token ..." headers
Xavier Ordoquy committed
-