You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
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 on formdefinition
- Alter field form_template on formdefinition
- Alter field field_type on formfield
- Alter field ip on formsubmission
Ideally these migrations could be added and deployed to PyPI. If you like I can submit a pull request with them but it might be easier for you to do it yourself if you've got a dev environment set up already.
The text was updated successfully, but these errors were encountered:
When installing into Django 1.11 on Python3.6 there are a number of AlterField migrations missing.
If I run makemigrations I get:
Ideally these migrations could be added and deployed to PyPI. If you like I can submit a pull request with them but it might be easier for you to do it yourself if you've got a dev environment set up already.
The text was updated successfully, but these errors were encountered: