diff --git a/.coveragerc b/.coveragerc index c08aa87e..86fe5344 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,6 +2,8 @@ omit = src/fobi/migrations/* src/fobi/south_migrations/* + src/fobi/contrib/plugins/form_handlers/db_store/migrations/* + src/fobi/contrib/apps/wagtail_integration/migrations/* src/fobi/tests/* example/simple/settings/* example/simple/wsgi.py diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d48d8cb4..5b7af41c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,7 +30,8 @@ are used for versioning (schema follows below): - Drop Python 2.7 support. - Drop Python 3.4 support. - Tested with Django REST Framework 3.11.x -- Tested with FeinCMS 1.17.x. +- Tested with FeinCMS 1.17.x. No code changes at all. All older versions of + FeinCMS should still work, although they are no longer tested. 0.15 ---- diff --git a/tox.ini b/tox.ini index 702b0093..3fdd49b7 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,7 @@ envlist = # py{27,34}-{django17,django18} ; py{27,34,35,36,py}-django{18,19} ; py{27,35,36}-django{110,111} - py{35,36,37,38}-django{111} - py{35,36,37,38}-django{20} + py{35,36,37,38}-django{111,20} py{36,37,38}-django{21,22,30} #flake8, #isort