- 19 Sep, 2014 1 commit
-
-
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
-
- 08 Sep, 2014 4 commits
-
-
Fixed #1533 - Resolved issue with integer keys on nested choices never v...
Tom Christie committed -
Fixing quotes in filtering.md example code.
Tom Christie committed -
Stop the API Client converting empty lists/dicts to empty strings
Tom Christie committed -
Hamish Campbell committed
-
- 07 Sep, 2014 2 commits
-
-
Incorrect quotes used in examples.
Darren Maki committed -
Try running Tox from Travis
Tom Christie committed
-
- 06 Sep, 2014 7 commits
-
-
- Added unit test for nested `choices` argument. - Added unit test for non-nested `choices` argument.
Christopher Adams committed -
Better mapping for custom model fields to serializer fields.
Tom Christie committed -
Support RFC6266 encoded filenames
Tom Christie committed -
Supported translated text view descriptions
Tom Christie committed -
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
- 05 Sep, 2014 2 commits
-
-
Jason Bittel committed
-
José Padilla committed
-