Skip to content

Commit acf6366

Browse files
committed
Upgrade django-storages
1.7.2 fixes an issue on Azure with filenames that contain spaces.
1 parent 3634827 commit acf6366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/pip.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ django-cors-middleware==1.4.0
106106
user-agents==2.0
107107

108108
# Utilities used to upload build media to cloud storage
109-
# 1.7.2 blows up on our servers because of azure changes
110-
django-storages==1.7.1 # pyup: <1.7.2
109+
django-storages==1.7.2
111110

112111
# Required only in development and linting
113112
django-debug-toolbar==2.0

0 commit comments

Comments
 (0)