1. 30 Jan, 2018 1 commit
    • 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
  2. 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
  3. 10 Oct, 2016 2 commits
  4. 06 Oct, 2016 3 commits