* Fixed ``X-Accel-Redirect`` non-ASCII filename encoding in Nginx.
* For very old Nginx versions, you'll have to configure ``PRIVATE_STORAGE_NGINX_VERSION``, because Nginx versions before 1.5.9 (released in 2014) handle non-ASCII filenames differently.
2.1
---------------------------
* Added ``serve_file_not_found()`` to allow custom 404 serving in ``PrivateStorageView`` and ``PrivateStorageDetailView``. * Added ``Cache-Control`` headers to avoid caching private files in edge proxies. * Fixed ``PrivateStorageDetailView`` to use using the custom storage class defined in the model's ``PrivateFileField``. * Fixed ``Content-Disposition`` filename encoding in Python 3. * Fixed ``Content-Disposition`` filename support for old Internet Explorer browsers.
2.0
---------------------------
* Added Django 2.0 support. * Support ``upload_to`` parameter and callable. * Support ``upload_subfolder`` to return a string instead of list. * Dropped Django 1.7 compatibility