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-cms now supports django >=1.10 #299

Closed superduper closed 7 years ago

superduper commented 7 years ago

Hi!

django-cms in 3.4.2 supports recent django version: https://github.com/divio/django-cms/commit/dd1b6ee9fca1e1bb23de5475a492270c8a27285d

I wonder what would it take to update djangocms-installer to use django-cms>=3.4.2 along with django>=1.10.

UPD: I documented how I manually updated generated project

Best, Viktor

yakky commented 7 years ago

Version 0.9.4 relased on Jan 3rd already provides support for Django 1.10 with django CMS 3.4 The default is the LTS version as documented in the changelog, but you can pass the django version to the --django-version argument to install any supported django version

superduper commented 7 years ago

@yakky Awesome. Thanks! I didn't see that b/c develop branch shows outdated info and pypi has 0.9.3 package. Will use github version with pip then.

yakky commented 7 years ago

@superduper awww snap! I don't know why 0.9.4 wasn't on pypi. I just uploaded it (and synced develop in the process) Thanks for reporting!

superduper commented 7 years ago

@yakky Thank you for releasing 0.9.4. I tested it with --django-version=1.10 and it failed. See #300 for details.