Skip to content

Commit 976e942

Browse files
committed
Requirements: django-cors-headers update to latest version
We are using Django 3.x now, so this problem should be solved now.
1 parent 86c532a commit 976e942

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements/pip.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ dj-pagination==2.5.0
9292
# Version comparison stuff
9393
packaging==21.2
9494

95-
# django-cors-middleware was replaced by django-cors-headers
96-
# django-cors-headers==3.10.0 is failing with:
97-
# AttributeError: 'dict' object has no attribute 'has_header'
98-
django-cors-headers==2.0.0 # pyup: ignore
95+
django-cors-headers==3.11.0
9996

10097
# User agent parsing - used for analytics purposes
10198
user-agents==2.2.0

0 commit comments

Comments
 (0)