Commit 075adf55 authored by Soner's avatar Soner Committed by Diederik van der Boor
Browse files

Update changes.rst

parent 5fed25aa
......@@ -8,7 +8,7 @@ Changes in 2.3 (2021-05-17)
* Added French locale.
* Fixed support for django-storages > 1.10.
* Fixed Django 4 deprecation warnings
* Dropped Python 3 support.
* Dropped Python 2.7/3.4/3.5 support.
* Dropped Django 1.8/1.9/1.10/1.11 support.
......
......@@ -54,8 +54,6 @@ class PrivateS3BotoStorage(S3Boto3Storage):
self.gzip = setting('AWS_PRIVATE_IS_GZIPPED', self.gzip)
self.url_protocol = setting('AWS_PRIVATE_S3_URL_PROTOCOL', self.url_protocol)
self.region_name = setting('AWS_PRIVATE_S3_REGION_NAME', self.region_name)
def url(self, name, *args, **kwargs):
if appconfig.PRIVATE_STORAGE_S3_REVERSE_PROXY or not self.querystring_auth:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment