- 23 Mar, 2015 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Handle reversal of non-API view_name in HyperLinkedRelatedField
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Release notes for 3.1.1 and version bump.
Tom Christie committed -
Tom Christie committed
-
Use `serializer_class` for browsable API display, even on plain APIView.
Tom Christie committed
-
- 22 Mar, 2015 4 commits
-
-
mdoglio committed
-
mdoglio committed
-
AuthTokenSerializer - properly render password field
Tom Christie committed -
mdoglio committed
-
- 20 Mar, 2015 2 commits
-
-
Put the needed import in one example
Tom Christie committed -
Quentin Pradet committed
-
- 19 Mar, 2015 3 commits
-
-
Ion Scerbatiuc committed
-
Xavier Ordoquy committed
-
Ion Scerbatiuc committed
-
- 17 Mar, 2015 4 commits
-
-
Fix typo in versioning docs
José Padilla committed -
Aaron Yong committed
-
use SAFE_METHODS and make tuple
Tom Christie committed -
Di Wu committed
-
- 16 Mar, 2015 10 commits
-
-
Add necessary imports to final urls.py example
Tom Christie committed -
Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655
Tom Christie committed -
Kyle P. Johnson committed
-
Rubén Durá Tarí committed
-
Do not paginate if PAGE_SIZE=None
Tom Christie committed -
Allow blank/null on radio.html choices
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Simplify test settings
Tom Christie committed
-
- 14 Mar, 2015 1 commit
-
-
José Padilla committed
-
- 13 Mar, 2015 4 commits
-
-
fixed missing anchor closing tag
Tom Christie committed -
when next_url is none, big part of page html will be rendered under the <a href='#'> as it does not have a closing tag.
mochawich committed -
Fix lookup_url_kwarg handling in viewsets (Fixes #2591).
Xavier Ordoquy committed -
The ``lookup_url_kwarg`` is intended to set the name of a field in the URL regexps when using custom ``lookup_field``, but the routers ignore it altogether.
Raphaël Barrois committed
-
- 12 Mar, 2015 2 commits
-
-
Xavier Ordoquy committed
-
Fixed problem with imporing rest_framework.views in apps.py
José Padilla committed
-