Add Djanog 2.0 deprecated methods
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.
Please register or sign in to comment
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.