Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
downgrade, see: django-cms/django-cms#4784
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Dec 26, 2015
1 parent 20c371d commit eaabe37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pylucid-boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ def after_install(options, home_dir):
'django-debug-toolbar>=1.4,<1.5',
'django-robots>=1.1,<1.2',
'django-compressor>=1.6,<1.7',
'django-reversion>=1.10,<1.11',
'django-reversion>=1.8,<1.9',
'django-cms>=3.2,<3.3',
'djangocms-text-ckeditor>=2.8,<2.9',
'cmsplugin-filer>=1.0,<1.1',
Expand All @@ -1904,7 +1904,7 @@ def after_install(options, home_dir):
'django-debug-toolbar>=1.4,<1.5',
'django-robots>=1.1,<1.2',
'django-compressor>=1.6,<1.7',
'django-reversion>=1.10,<1.11',
'django-reversion>=1.8,<1.9',
'django-cms>=3.2,<3.3',
'djangocms-text-ckeditor>=2.8,<2.9',
'cmsplugin-filer>=1.0,<1.1',
Expand Down
4 changes: 3 additions & 1 deletion requirements/basic_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ django-robots>=1.1,<1.2
django-compressor>=1.6,<1.7

# https://github.com/etianen/django-reversion
django-reversion>=1.10,<1.11
#django-reversion>=1.10,<1.11
# See: https://github.com/divio/django-cms/issues/4784
django-reversion>=1.8,<1.9


# Django CMS packages
Expand Down

0 comments on commit eaabe37

Please sign in to comment.