1. 23 May, 2018 1 commit
  2. 16 May, 2018 2 commits
  3. 15 May, 2018 3 commits
  4. 08 May, 2018 4 commits
  5. 07 May, 2018 2 commits
  6. 18 Apr, 2018 1 commit
  7. 06 Feb, 2018 14 commits
  8. 01 Feb, 2018 1 commit
  9. 31 Jan, 2018 7 commits
  10. 30 Jan, 2018 2 commits
    • Mikhail Vagin's avatar
      Add Djanog 2.0 deprecated methods · be3ade29
      Mikhail Vagin authored
      FileField methods get_directory_name() and get_filename() was deprecated in Django 2.0, so adding them manually to keep support of previous Django versions.
      be3ade29
    • 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
  11. 04 Dec, 2017 3 commits