Changes between Initial Version and Version 1 of Ticket #28073, comment 14
- Timestamp:
- Sep 15, 2017, 3:54:25 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28073, comment 14
initial v1 1 1 I had the same issue. In my case it had to with the fact that I had copied the __pycache__ of the migrations generated with a different setup to production. Can you clear the cache and see if that makes a difference? 2 3 My setups: 4 5 - local: Django 1.11.4 python3 (used python2 in earlier stages to generate migrations, though!) 6 - development: Django 1.11.4 python3 (used Django 1.10.5 in earlier stages, then bumped to 1.11.4 and ran into migration issues)