- 16 Oct, 2014 3 commits
-
-
Add djoser to authentication docs
Tom Christie committed -
konradhalas committed
-
konradhalas committed
-
- 05 Oct, 2014 2 commits
-
-
Update links in 2.4-announcement.md
Tom Christie committed -
The links to Django Rest Framework pages were 404ing because the URLs include a slash.
Kevin London committed
-
- 02 Oct, 2014 1 commit
-
-
[templates/rest_framework/base.html] Separate IDs for POST and PUT forms
Carlton Gibson committed
-
- 29 Sep, 2014 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 26 Sep, 2014 1 commit
-
-
[templates/rest_framework/base.html] Separate `object-form' and `generic-content-form' IDs for POST and PUT forms Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
Anton D. Kachalov committed
-
- 24 Sep, 2014 4 commits
-
-
Correctly propagate cloned_request for OPTIONS
Tom Christie committed -
Remove patterns and strings from urls in tutorial.
Tom Christie committed -
José Padilla committed
-
Update to fix pending changes in #1507
José Padilla committed
-
- 23 Sep, 2014 1 commit
-
-
Collin Anderson committed
-
- 19 Sep, 2014 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 18 Sep, 2014 3 commits
-
-
Fix missing CSRF exemption on viewsets
Tom Christie committed -
Clarify "raised inside REST framework"
Tom Christie committed -
Piper Merriam committed
-
- 17 Sep, 2014 7 commits
-
-
Matthew J Morrison committed
-
Tom Christie committed
-
DefaultRouter support for viewsets without an implemented default action
Tom Christie committed -
Update authtoken latest Django 1.7 migration
Tom Christie committed -
José Padilla committed
-
José Padilla committed
-
I ran into an issue today where I was not seeing the rest_framework.views.exception_handler do what I thought it should be doing. It turned out that I had imported View from rest_framework.views rather than importing APIView from rest_framework.views. The phrase "raised inside REST framework" was confusing as I was debugging this issue. I was unsure if that meant that I could raise those exceptions in my code or if it had to originate from within framework code. I'm not sure if the proposed wording is ideal, I just wanted to point out what I found to be confusing.
Matthew J Morrison committed
-
- 16 Sep, 2014 1 commit
-
-
add wq.db router and django-rest-pandas renderers
Tom Christie committed
-
- 15 Sep, 2014 1 commit
-
-
S. Andrew Sheppard committed
-
- 14 Sep, 2014 2 commits
-
-
Add Third Party Resources Topic section
Tom Christie committed -
José Padilla committed
-
- 13 Sep, 2014 3 commits
-
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
- 11 Sep, 2014 3 commits
-
-
Added DefaultRouter support (and test) for viewsets without the default action implemented, which is usually the list action.
Marek Skrajnowski committed -
Fix grammar in login error message
Tom Christie committed -
Joe Binney committed
-
- 10 Sep, 2014 2 commits
-
-
add django rest pandas
Tom Christie committed -
S. Andrew Sheppard committed
-
- 09 Sep, 2014 2 commits
-
-
Make sure APIRoot.get can take on args, kwargs so router can be embedded...
Xavier Ordoquy committed -
Gaurav Dadhania committed
-