mkoistinen / cmsplugin-form-handler

This package provides a mechanism for handling form-submissions in django-CMS plugins.
MIT License
14 stars 10 forks source link

Django 2.0 support #9

Closed mluard closed 5 years ago

mluard commented 5 years ago

Adds support for Django 2.0 and 2.1 to the plugin, test project, and tests. Drops support for Django < 1.11.

Adds support for django-cms 3.5 and 3.6, drops support for django-cms 3.3.

Adds support for Python 3.7, drops testing against Python 3.4.

Updates tox configuration to test against appropriate versions.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 89.313% when pulling 35f7a1c2c3ebeec6bdb1055faf17f6d45e085158 on mluard:django-2.0-support into 93eb0c8d8295a7767dfffff3279e9f5cd709a22e on mkoistinen:develop.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 89.313% when pulling f98143dbe5a5203ea49e6ac2676d092fbfa11c34 on mluard:django-2.0-support into 93eb0c8d8295a7767dfffff3279e9f5cd709a22e on mkoistinen:develop.

mkoistinen commented 5 years ago

Oh fantastic! Thanks for this thorough PR and sorry I didn't notice for 3 weeks. Great job!