Skip to content

Commit 6a1ec31

Browse files
committed
chore(controller): update django-cors-headers to 1.0.0
See https://github.com/ottoyiu/django-cors-headers/releases/tag/1.0.0
1 parent a71a618 commit 6a1ec31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Django==1.6.8
77
# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
88
git+https://github.com/deis/django-fsm@propagate-false
9-
django-cors-headers==0.13
9+
django-cors-headers==1.0.0
1010
django-guardian==1.2.4
1111
django-json-field==0.5.7
1212
djangorestframework==2.4.4

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Django==1.6.8
1111
# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
1212
git+https://github.com/deis/django-fsm@propagate-false
13-
django-cors-headers==0.13
13+
django-cors-headers==1.0.0
1414
django-guardian==1.2.4
1515
django-json-field==0.5.7
1616
djangorestframework==2.4.4

0 commit comments

Comments
 (0)