- 21 Dec, 2015 1 commit
-
-
Xavier Ordoquy committed
-
- 16 Dec, 2015 6 commits
-
-
docstring typo fix: DateAndFiles -> DataAndFiles
José Padilla committed -
Dan Lipsitt committed
-
Move urls.py changes down and add necessary import
Xavier Ordoquy committed -
Fix tox build against python 3.5 by upgrading pytest.
Tom Christie committed -
Xavier Ordoquy committed
-
The previous location of editting urls.py did not allow migrations to be created and the default import needs to be modified
Peter Baehr committed
-
- 15 Dec, 2015 6 commits
-
-
Some minor typos and grammar changes.
Xavier Ordoquy committed -
Tyrel Souza committed
-
Tyrel Souza committed
-
Fix transifex config for Django
Xavier Ordoquy committed -
NY committed
-
NY committed
-
- 14 Dec, 2015 5 commits
-
-
Version 3.3.2
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 13 Dec, 2015 1 commit
-
-
Add extra args/kwargs to authtoken's views (#3718)
José Padilla committed
-
- 12 Dec, 2015 2 commits
-
-
Import parser added to docs in API guide
Xavier Ordoquy committed -
Added missing import statements in code snippet of API guide. Closes-Issue: #3727
Karthik Suresh committed
-
- 11 Dec, 2015 2 commits
-
-
Fixed suggestion for format in test renderer
Tom Christie committed -
Xavier Ordoquy committed
-
- 10 Dec, 2015 1 commit
-
-
Rendered would suggest using format='JSON' when the right argument is format='json'.
Raphael Merx committed
-
- 08 Dec, 2015 2 commits
-
-
Add app_name to rest_framework.urls.
Xavier Ordoquy committed -
This allows users in Django 1.9+ to include the authentication urls without specifying the namespace, as in: urlpatterns = [ ... url(r'^auth/', include('rest_framework.urls')) ]
knbk committed
-
- 07 Dec, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Admin and API browser fails for views without a filter_class
Tom Christie committed -
Fix #3628 by implementing __getnewargs__()
Xavier Ordoquy committed -
Fixed versioning regexp
Xavier Ordoquy committed -
booking list regexp was fixed in https://github.com/tomchristie/django-rest-framework/commit/8b97bb8f68970881190a3b62cf53495cc0e20786 but single booking wasn't for some reason, and `v1v2/bookings/123/` shouldn't be allowed here
Kirill Zaborsky committed
-
- 05 Dec, 2015 1 commit
-
-
Uses #3597, but without using `Context`.
Marlon committed
-
- 04 Dec, 2015 4 commits
-
-
Luis San Pablo committed
-
Luis San Pablo committed
-
Luis San Pablo committed
-
Luis San Pablo committed
-
- 03 Dec, 2015 2 commits
-
-
Luis San Pablo committed
-
Luis San Pablo committed
-
- 02 Dec, 2015 2 commits
-
-
Fixed #3679 -- UUID Validation
Tom Christie committed -
Use latest release of Django 1.9
Xavier Ordoquy committed
-