Update WhiteNoise from 2.0.6 to 3.2
WhiteNoise 3.0 switched to a new middleware based integration approach: http://whitenoise.evans.io/en/stable/changelog.html#v3-0 This means WhiteNoise now plays nicely with other middleware classes such as `SecurityMiddleware`, allowing for HTTPS redirection for WhiteNoise-served assets too. Full documentation is here: http://whitenoise.evans.io/en/stable/django.html#enable-whitenoise
Showing
... | @@ -2,4 +2,4 @@ dj-database-url==0.4.0 | ... | @@ -2,4 +2,4 @@ dj-database-url==0.4.0 |
Django==1.9.2 | Django==1.9.2 | ||
gunicorn==19.4.5 | gunicorn==19.4.5 | ||
psycopg2==2.6.1 | psycopg2==2.6.1 | ||
whitenoise==2.0.6 | whitenoise==3.2 |
Please
register
or
sign in
to comment