Issue with package migrations
See original GitHub issueI have an issue with the package migrations changes.
After a fresh install of wagtailstreamforms I get this…
Migrations for 'wagtailstreamforms':
env/lib/python3.6/site-packages/wagtailstreamforms/migrations/0012_auto_20180315_1532.py
- Alter field field_type on formfield
Steps to recreate…
pip install wagtailstreamforms
- enable in base.py
python manage.py makemigrations --check
The functionality seems to be fine, however it does bring up some errors when I run tests against my site.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
How come package migrations runs before project's main ...
For some reason when I try to run artisan migrate, package migrations runs before my main migrations. I'm getting the following error: Copy...
Read more >PHP Artisan migrate doesn't seem to handle package ... - GitHub
I've thought about copying the migration to my main migrations folder, but this feels hacky and doesn't work for new migrations of new...
Read more >Migrating from packages.config to PackageReference formats
Details on how to migrate a project from the packages.config management format to PackageReference as supported by NuGet 4.0+ and VS2017 and ...
Read more >IV27355: MIGRATION MANAGER CHANGE PACKAGE FAILS ...
Migration Manager change package fails migrating objects with multilanguage support when transLanguage="DE is set in the DDMETADATA_1.xml.
Read more >EF Core add-migration Build Failed - Stack Overflow
It's because of other projects in your solutions. e.g If you have two projects in your solution as Project A and Project B....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, @catherine-mcdonough, Lubbly Jubbly.
Will be live in a few mins.
Stu
@catherine-mcdonough v 2.0.1 on pypi 😃