Changes between Initial Version and Version 1 of Ticket #31788
- Timestamp:
- Jul 14, 2020, 3:00:53 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31788 – Description
initial v1 63 63 My solve is to first delete unique_together, then do a makemigrations and then migrate. After that change the field from foreign key to many to many field, then do a makemigrations and then migrate. 64 64 But in this way I have 2 migrations instead of one. 65 66 I add attachment with this project, download it and then do makemigrations and then migrate to see this error. 65 67