- 16 Mar, 2015 7 commits
-
-
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 2 commits
-
-
Changed incorrect class name in pagination docs
José Padilla committed -
Bryan Alsdorf committed
-
- 09 Mar, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Remove the 'docs for 3.0' banners.
Tom Christie committed -
Update documentation over PAGE_SIZE
Tom Christie committed -
Fixed missing word in CursorPagination docs
Tom Christie committed -
Deven Xie committed
-
- 08 Mar, 2015 2 commits
-
-
Support serializing unsaved models with related fields.
Carlton Gibson committed -
This replaces all locations of the old setting `DEFAULT_PAGE_SIZE` for the current setting `PAGE_SIZE`
jwbixby committed
-
- 07 Mar, 2015 4 commits
-
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
Aider Ibragimov committed
-
- 06 Mar, 2015 7 commits
-
-
Remove `MergeDict`
José Padilla committed -
- In both ManyRelatedField, provide an empty return when trying to access a relation field if the instance in question has no PK (so likely hasn't been inserted yet) - Add relevant tests - Without these changes, exceptions would be raised when trying to serialize the uncreated models as it is impossible to query relations without a PK - Add test to ensure RelatedField does not regress as currently supports being serialized with and unsaved model
Matt d'Entremont committed -
Fix customizing field mappings link
Tom Christie committed -
José Padilla committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-