Releases: Blueshoe/djangocms-layouter
Releases · Blueshoe/djangocms-layouter
Backport Fix: Missing migrations
0.1.6 - bump version for download url
1.0.0 Release, Drop Django < 2 & Python 2 Support
Since the feature set hasn't changed for some time we decided to bump the version to 1.0.0.
With this release we drop the support for Django < 2 as well as Python 2.
The migration should be fairly simple since we only added a migration.
Test Envs have been updated.
Please do not install version 0.3.3. It will break you upgrade compatibility.
Have fun - feel free to contribute.
Thanks to @zypro for initiating the PR for the upgrade. We based the changes on #36
Django 1.11 Support
- Drops Django<1.11 support
- changes widget rendering
Add Python3 support and first tests
- added Python3 support
- added 2 tests
Adding PEP8 tests / Fix missing files for installation
Thanks to @mammuth
- PIP installation fixed - files have been missing
- added PEP8 validation via Travis
Adds Manifest and missing files for installation
A Manifest file was missing. This caused the installation via pip to fail. This release fixes these issues.
Thanks to @mammuth
Fixes for installation
Fixes setup - thanks to @mammuth
Bug fixes for 0.1
- fixed csrf token bug
- fixed margin choices
- fixed margin calculation
- updated migrations
Initial release
First release of djangocms-layouter