nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

Django 1.11 Installed by Default? #353

Closed artforlife closed 4 years ago

artforlife commented 4 years ago

I have tried this utility out for the first time (via djangocms -f -p . cms_blog) and discovered that it installs Django 1.11 by default. Am I doing something wrong or is not longer updated/supported?

Package                    Version            
-------------------------- -------------------
certifi                    2019.9.11          
dj-database-url            0.5.0              
Django                     1.11.26            
django-classy-tags         0.9.0              
django-cms                 3.6.0              
django-filer               1.5.0              
django-formtools           2.1                
django-js-asset            1.2.2              
django-mptt                0.10.0             
django-polymorphic         2.0.3              
django-sekizai             1.0.0              
django-treebeard           4.3                
djangocms-admin-style      1.4.0              
djangocms-attributes-field 1.1.0              
djangocms-column           1.9.0              
djangocms-file             2.3.0              
djangocms-googlemap        1.3.0              
djangocms-installer        1.1.1              
djangocms-link             2.5.0              
djangocms-picture          2.1.3              
djangocms-snippet          2.1.0              
djangocms-style            2.2.0              
djangocms-text-ckeditor    3.7.0              
djangocms-video            2.1.1              
easy-thumbnails            2.6                
html5lib                   1.0.1              
Pillow                     6.2.1              
pip                        19.3.1             
pytz                       2019.3             
setuptools                 41.6.0.post20191030
six                        1.12.0             
tzlocal                    2.0.0              
Unidecode                  1.0.23             
webencodings               0.5.1              
wheel                      0.33.6             
yakky commented 4 years ago

@artforlife sorry, but the updated version has not been released due to an issue with the release pipeline when django CMS was released version 1.2 with django cms 3.7 / django 2.2 support will be available shortly (as in: within minutes)

yakky commented 4 years ago

(released now)

yakky commented 4 years ago

@artforlife thanks for reporting this and allowing me to spot the missing release This is now fixed https://pypi.org/project/djangocms-installer/1.2.0/

This version defaults to django 2.2 / django CMS 3.7

closing this, feel free to reopen in case you still experience this issue