1. 17 Sep, 2014 1 commit
    • Clarify "raised inside REST framework" · e5af0bbb
      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
  2. 16 Sep, 2014 1 commit
  3. 15 Sep, 2014 1 commit
  4. 14 Sep, 2014 2 commits
  5. 13 Sep, 2014 3 commits
  6. 11 Sep, 2014 2 commits
  7. 10 Sep, 2014 2 commits
  8. 09 Sep, 2014 2 commits
  9. 08 Sep, 2014 4 commits
  10. 07 Sep, 2014 2 commits
  11. 06 Sep, 2014 7 commits
  12. 05 Sep, 2014 13 commits