1. 01 Jun, 2016 8 commits
  2. 31 May, 2016 3 commits
  3. 30 May, 2016 1 commit
  4. 29 May, 2016 1 commit
  5. 28 May, 2016 2 commits
  6. 26 May, 2016 6 commits
  7. 25 May, 2016 2 commits
  8. 18 May, 2016 1 commit
  9. 17 May, 2016 3 commits
  10. 16 May, 2016 5 commits
  11. 13 May, 2016 1 commit
    • Document allow_empty argument (#4117) · 788603e1
      ListSerializer fields or serializers that are passed many=True may also take an allow_empty=False argument to disallow empty lists as valid input.
      
      Information about this was part of the 3.2 release announcement, but had not been part of the API docs until now.
      Petros Moisiadis committed
  12. 10 May, 2016 2 commits
  13. 09 May, 2016 1 commit
  14. 07 May, 2016 1 commit
  15. 06 May, 2016 2 commits
  16. 04 May, 2016 1 commit
    • TokenAuthentication: Allow custom keyword in the header (#4097) · ffdac0d9
      This allows subclassing TokenAuthentication and setting custom keyword,
      thus allowing the Authorization header to be for example:
      
          Bearer 956e252a-513c-48c5-92dd-bfddc364e812
      
      It doesn't change the behavior of TokenAuthentication itself,
      it simply allows to reuse the logic of TokenAuthentication without
      the need of copy pasting the class and changing one hardcoded string.
      
      Related: #4080
      Miro Hrončok committed