- 23 Mar, 2015 5 commits
-
-
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 1 commit
-
-
Xavier Ordoquy 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 3 commits
-
-
Xavier Ordoquy committed
-
Fixed problem with imporing rest_framework.views in apps.py
José Padilla committed -
Dirk Moors committed
-
- 11 Mar, 2015 5 commits
-
-
Fix example of explicit format URL (for real).
José Padilla committed -
Do what I meant to do in #2670: The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".
Esmail committed -
Fix for minor documentation typo
Xavier Ordoquy committed -
James Rutherford committed
-
Merge in from upstream
James Rutherford committed
-
- 10 Mar, 2015 1 commit
-
-
Changed incorrect class name in pagination docs
José Padilla committed
-