Skip to content

Commit

Permalink
Pin formtools for django 1.11 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored Dec 25, 2019
1 parent 3a7b71e commit 4ce314c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

1.2.1 (unreleased)
++++++++++++++++++

* Pinned formtools version on django 1.11 to avoid python 2 issues

1.2.0 (2019-11-04)
++++++++++++++++++

Expand Down
3 changes: 2 additions & 1 deletion djangocms_installer/config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
DJANGOCMS_BETA = DJANGOCMS_RC
DJANGOCMS_36 = 'django-cms>=3.6,<3.7'
DJANGOCMS_37 = 'django-cms>=3.7'
DJANGOCMS_37 = 'django-cms>=3.7,<3.8'

if sys.version_info >= (3, 5):
DJANGOCMS_SUPPORTED = ('3.6', '3.7', 'stable', 'lts', 'develop', 'rc')
Expand Down Expand Up @@ -83,6 +83,7 @@
'django-classy-tags>=0.9',
'django-sekizai>=1.0',
'django-mptt>0.9',
'django-formtools>=2.1,<2.2',
],
'django-2.0': [
'django-classy-tags>=0.9',
Expand Down

0 comments on commit 4ce314c

Please sign in to comment.