* Fixed Python 2 support in ``DjangoStreamingServer.serve()``.
1.2.3
--------------------------
* Fixed ``reverse()`` import for Django 2.0. * Fixed ``UnicodeDecodeError`` with cyrillic file names. * Fixed Python 2 ``super()`` call.
1.2.2
--------------------------
* Fixed default ``PRIVATE_STORAGE_AUTH_FUNCTION`` path. * Added ``PrivateFile.parent_object`` field when ``PrivateStorageDetailView`` is used.
1.2.1
--------------------------
* Fixed ``s3boto3`` backend on Django 1.8.
1.2
------------------------
* Added ``Content-Disposition`` header support, including a proper RFC-encoded filename. Add the ``content_disposition`` field to the views to enable this. The ``content_disposition_filename`` and ``get_content_disposition_filename()`` can be overwritten too.
1.1.2
--------------------------
* Allow AWS_PRIVATE.. credentials to be defined through environment variables too. * Fixed ``model_file_field`` usage in ``PrivateStorageDetailView``.