Skip to content

Releases: Blueshoe/djangocms-layouter

Backport Fix: Missing migrations

19 Oct 14:23
Compare
Choose a tag to compare
0.1.6

- bump version for download url

1.0.0 Release, Drop Django < 2 & Python 2 Support

26 May 08:56
Compare
Choose a tag to compare

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

19 Feb 15:05
Compare
Choose a tag to compare
  • Drops Django<1.11 support
  • changes widget rendering

Add Python3 support and first tests

18 Jun 10:06
Compare
Choose a tag to compare
  • added Python3 support
  • added 2 tests

Adding PEP8 tests / Fix missing files for installation

01 May 16:30
Compare
Choose a tag to compare

Thanks to @mammuth

  • PIP installation fixed - files have been missing
  • added PEP8 validation via Travis

Adds Manifest and missing files for installation

22 Apr 13:25
Compare
Choose a tag to compare

A Manifest file was missing. This caused the installation via pip to fail. This release fixes these issues.
Thanks to @mammuth

Fixes for installation

31 Mar 17:02
Compare
Choose a tag to compare

Fixes setup - thanks to @mammuth

Bug fixes for 0.1

11 Jan 09:41
Compare
Choose a tag to compare
  • fixed csrf token bug
  • fixed margin choices
  • fixed margin calculation
  • updated migrations

Initial release

09 Jan 15:44
Compare
Choose a tag to compare

First release of djangocms-layouter