Matt Magin

Results 2 issues of Matt Magin

When installing into Django 1.11 on Python3.6 there are a number of AlterField migrations missing. If I run makemigrations I get: ``` Migrations for 'djangocms_forms': ~/lib/python3.6/site-packages/djangocms_forms/migrations/0006_auto_20180104_0929.py - Alter field cmsplugin_ptr...

The documentation for how to use the SUPERUSER_GROUP (and potentially STAFF_GROUP) settings could be clearer.