- 10 Feb, 2015 6 commits
-
-
Release/3.0.5
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Fix duplicate results of `ManyToManyField` when using `SearchFilter`.
Tom Christie committed -
Carlton Gibson committed
-
Carlton Gibson committed
-
- 09 Feb, 2015 7 commits
-
-
Currently always going to be a know failure case. We can add it back when we start to consdier Django 1.9 support.
Tom Christie committed -
Fix misleading `AttributeError` tracebacks on `Request` objects.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 06 Feb, 2015 7 commits
-
-
Small fixes to the tutorial
José Padilla committed -
Use twine to upload to pypi.
Tom Christie committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Michael Marvick committed
-
- 05 Feb, 2015 2 commits
-
-
Allow non-standard User models with Throttling
Xavier Ordoquy committed -
Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id)
Kaptian committed
-
- 04 Feb, 2015 6 commits
-
-
FIX: Don't default to list in method args
Tom Christie committed -
Greg Kempe committed
-
Prefetching the user object when getting the token in TokenAuthentication
Tom Christie committed -
Greg Kempe committed
-
Since the user object is fetched 4 lines after getting Token from the database, this removes a DB query for each token-authenticated request.
Ofir Ovadia committed -
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 4 commits
-
-
Update link for ember-django-adapter
Tom Christie committed -
Dustin Farris committed
-
Fix base_template examples
José Padilla committed -
José Padilla committed
-