1. 31 Jan, 2018 6 commits
  2. 30 Jan, 2018 1 commit
    • Mark Allen's avatar
      Add Python 2 compatibility for If-Last-Modified · ea5f54cd
      Mark Allen authored
      The serve method of the DjangoStreamingServer class support
      If-Last-Modified, and for this it requires a timestamp of the last
      modified time of the private file. Python 3 datetimes have a
      timestamp method, which is used to generate the required timestamp,
      but this isn't available in Python 2. Serving files on S3 therefore
      fails if Python 2 is used.
      
      This commit adds an alternative means of generating the timestamp
      if Python 2 is used.
      ea5f54cd
  3. 04 Dec, 2017 3 commits
  4. 03 Dec, 2017 1 commit
  5. 20 Nov, 2017 2 commits
  6. 15 Oct, 2017 1 commit
  7. 09 Oct, 2017 1 commit
    • Oleksandr's avatar
      fix UnicodeDecodeError with cyrillic file names · 03eca312
      Oleksandr authored
      Django Version:	1.11.6
      Exception Type:	UnicodeDecodeError
      Exception Value:	
      'ascii' codec can't decode byte 0xd1 in position 0: ordinal not in range(128)
      Exception Location:	../site-packages/django/core/files/storage.py in get_available_name, line 79
      03eca312
  8. 01 Oct, 2017 3 commits
  9. 10 Sep, 2017 1 commit
  10. 09 May, 2017 3 commits
  11. 08 May, 2017 2 commits
  12. 15 Apr, 2017 1 commit
  13. 05 Apr, 2017 4 commits
  14. 14 Feb, 2017 1 commit
  15. 08 Feb, 2017 1 commit
  16. 07 Feb, 2017 9 commits