- Move to Github Actions (#362)
- Adopt modern packaging layout (#363)
- Reformat with black (#364)
- Add support for Django 3.1 / django CMS 3.8 (#376)
- Update pre-commit repos (#377)
- Fix support for staticfiles
- Fix X_FRAME_OPTIONS default
- Add support for Django 3.0
- Add support for django CMS 3.7.2
- Pin formtools version on django 1.11 to avoid python 2 issues
- Unpin psycopg2 version for Django 2.2+
- Add support for "shorthand" postgres django backend
- Add support for django CMS 3.7 - Django 2.2
- Add support for Python 3.7
- Replaced Bootstrap 3 theme with Bootstrap 4
- Add djangocms-bootstrap4 package
- Drop support for Django < 1.11
- Drop support for Python 3.4
- Drop support for aldryn-boilerplates
- Fix project name check
- Pin psycopg2 version to avoid issues in Python 3.6+
- Add support for django CMS 3.6
- Add detection of incompatible DJANGO_SETTINGS_MODULE environment variable
- Add detection of mismatched Django version between currently installed and declared one
- Bump html5lib / djangocms-text-ckeditor version
- Pin django-polymorphic version to fix issues with django < 1.11
- Pin djangocms core plugins versions
- Drop cmsplugin-filer in favor of core plugins which now use filer
- Add django CMS 3.5
- Raise more informative messages on command failures
- Fix tests for django CMS develop
- Improve django-admin invocation to support more python environments layouts
- Add more Django 1.10 fixes / cleanups
- Add python 3.6 compatibility
- Add more Django 1.10 fixes / cleanups
- Add support for Django 1.10
- Add 'lts' keyword (it's now the default instead of 'stable')
- Fix issue with create_user command
- Fix search 'django-admin.py'
- Improve error reporting during package installation
- Fix issue with -p parameter
- Drop support for Python 2.6
- Drop support for Django < 1.8
- Drop support for django CMS < 3.2
- Improve inline documentation
- If -s option is used, original directory is not removed
- Set django CMS 3.3 as stable
- Add support for 'rc' releases
- Only "core" plugins are now supported
- Drop support for django-reversion in django CMS 3.4 (due to upstream drop)
- Make project-path option optional
- Batch mode is now the default one
- Add support for conda package manager
- Admin user is now created in batch mode by default. Use --no-user option to skip user creation
- In batch mode directory is not removed in case of cleanup unless --delete-project-dir is given
- Disable permission by default
- Pin plugins versions
- Better plugins version pinning
- Move sitemaps to non-language prefix url
- Fallback to UTC when timezone cannot be detected
- Pin html5lib version
- Add support for django CMS 3.3 final
- Add support for django CMS 3.3rc
- Force language codes to lowercase
- Force i18n if multiple languages is provided
- Fix some errors in selecting dependencies
- Fix error in Django 1.9 regexp
- Add clearer cleanup message
- Add support for Django 1.9
- Fix formatting CONN_MAX_AGE
- Improve error handling in case of fatal error
- Fix createsuperuser command
- Remove flash plugin from installed plugins
- Add
--verbose
option to improve debug - Fix unicode errors
- Improve documentation
- Improve text editor plugin version selection
- Improve admin style version selection
- Add support for django CMS 3.2
- Add support for apphook reload middleware
- Add viewport meta tag for mobile devices support
- Add option to not install plugins
- Add Python 3.5 to build matrix
- Add argument to pass options to pip
- Fix support for custom user models
- Dump requirements file in the created project
- Improve documentation
- Options can now be provided via an ini file for easy scripting
- Better migration modules discovery strategy
- Minor fixes
- Better Django 1.8 support
- Fix error with newer Pillow versions
- Add Django 1.8 support
- Fix template styles
- Switch to cloudflare CDN for bootstrap template
- Fix support for django-filer 0.9.10
- Switch to django CMS 3.1 as stable django CMS release
- Rework the Django supported matrix
- Always use djangocms-link instead of cmsplugin-filer-link
- Add support for django CMS 3.1
- Switch to Django 1.7 as stable django release
- Add automatic timezone detection
- Pin django-reversion versions
- Make installer more compatible with windows environment
- Fix issues with django CMS requirements
- Fix minor issues in shipped templates
- Fix Windows compatibility issues
- Fix python 3 compatibility issues
- Add a flag to skip the project directory emptiness check
- Ask for permission before cleanup
- Clarify the -p parameter
- Check if the project directory is empty before proceeding
- Improve support for Django 1.7 and django CMS develop (3.1)
- Totally new test strategy
- Reverted -I parameter to install packages
- Improve support for cleanup after failure
- Add support for installing aldryn-boilerplate
- Force installing all packages (-I) when creating the project virtualenv
- Fix multiplatform support bugs
- Update supported Django / django CMS versions
- Add preliminary support for django CMS develop (3.1)
- Fix reversion version selection for older Django versions
- Better project name validation
- Add support for easy_thumbnails 2.0 migrations
- Fix asking for creating user even when --no-input flag is used
- Unpin reversion as django CMS 3.0.3 solves the issue
- Versioned dependency for django-filer when installing django CMS 2.4
- Switch to official django-filer and cmsplugin-filer releases for CMS 3.0
- Pin reversion to 1.8 waiting for a proper fix in django CMS
- Fix error in bootstrap template handling
- Add clarification about custom template set and starting page
- Add dump-requirements argument
- Add user provided extra setting
- Add FAQ section
- Add templates argument
- Documentation update
- Use current cms.context_processors.cms_settings instead of deprecated one
- Document some fixes for library issues
- Fix Python 3 issue
- Switch default Django version to stable instead of 1.5
- Fix some newlines issues in the settings file
- Update for django CMS 3.0 stable!
- Fixes for settings parameter
- Update for django CMS 3.0c2
- Fix issues with django CMS 2.4
- Better handling of differenct CMS version configuration
- Fix some versioned dependency resolve error
- Fix error in loading resource files
- Fix error with non-standard python executable paths
- Fix error with Django 1.6
- Fix error installing django-filer
- Sync with django CMS RC1 changes
- Use external django CMS plugins instead of removed core ones
- Project renamed to djangocms-installer
- Bugfixes
- Better default templates
- Python 3 compatibility
- Django 1.6 compatibility
- django CMS 3 beta3 and dev snapshot support
- Support for django-admin project templates
- Ships Twitter bootstrap templates
- Can now creates a dummy starting page
- Improve documentation on how to fix installation in case of missing libraries.
- First public release.