- 23 Sep, 2014 1 commit
-
-
By default, Django returns "HTTP 403 Forbidden" responses when CSRF validation failed[1]. CSRF is a case of authorization, not of authentication. Therefore `PermissionDenied` should be raised instead of `AuthenticationFailed`. [1] https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#rejected-requests
Danilo Bargen committed
-
- 22 Sep, 2014 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 19 Sep, 2014 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 18 Sep, 2014 9 commits
-
-
Fix missing CSRF exemption on viewsets
Tom Christie committed -
Clarify "raised inside REST framework"
Tom Christie committed -
Piper Merriam committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 17 Sep, 2014 8 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
-
Tom Christie 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 5 commits
-
-
S. Andrew Sheppard committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-