- 04 Feb, 2015 1 commit
-
-
Fixes @list_route and @detail_route so that they don't initialize their `methods` parameter as a list. In some cases the list gets cleared, and the result is that default parameter is now empty, and may get reused unexpectedly.
Greg Kempe committed
-
- 03 Feb, 2015 6 commits
-
-
Add django-rest-framework-recursive to docs
Xavier Ordoquy committed -
Warren Jin committed
-
Small documentation fixes
Tom Christie committed -
* Remove "you you" from viewsets API-guide * Fix link from routers API-guide to viewsets API-guide
James Cooke committed -
Fixed missing whitespace in error string.
Tom Christie committed -
Jason Yan committed
-
- 02 Feb, 2015 2 commits
-
-
Fixed typos in docstrings
Xavier Ordoquy committed -
Omer Katz committed
-
- 01 Feb, 2015 5 commits
-
-
Update link for ember-django-adapter
Tom Christie committed -
Dustin Farris committed
-
Fix base_template examples
José Padilla committed -
José Padilla committed
-
José Padilla committed
-
- 31 Jan, 2015 2 commits
-
-
_closable_objects as an empty list, not deleted
Tom Christie committed -
Tom Christie committed
-
- 30 Jan, 2015 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 29 Jan, 2015 3 commits
-
-
Cleanup '.model' shortcut from code and docs
Tom Christie committed -
Tymur Maryokhin committed
-
Tymur Maryokhin committed
-
- 28 Jan, 2015 6 commits
-
-
Update filtering.md
Tom Christie committed -
Updated links for django-guardian package.
mareknaskret committed -
ManyRelatedField.get_value clearing field on partial update
Tom Christie committed -
Use the proper db_table argument when constructing meta
Tom Christie committed -
Reload api_settings when using Django's 'override_settings'
Tom Christie committed -
Lucas Wiman committed
-
- 27 Jan, 2015 8 commits
-
-
Xavier Ordoquy committed
-
Release notes for 3.0.4
Xavier Ordoquy committed -
Susan Dreher committed
-
Susan Dreher committed
-
🐛 A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field. The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty when the request data was a MultiDict. This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update. Tests added to demonstrate the issue.
Susan Dreher committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Tom Christie committed
-
- 26 Jan, 2015 1 commit
-
-
Tom Christie committed
-
- 25 Jan, 2015 2 commits
-
-
typo in fields.md
José Padilla committed -
Jeff Fein-Worton committed
-
- 24 Jan, 2015 2 commits
-
-
minor typo in viewsets docs
Kevin Brown committed -
Jeff Fein-Worton committed
-