Changes between Initial Version and Version 1 of Ticket #35199, comment 1
- Timestamp:
- Feb 15, 2024, 8:41:13 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35199, comment 1
initial v1 1 Sorry but trying a bit more I discovered that the fields in the unique_together were named with the "_id" suffix as they are ForeignKey Fields. Don't know how the constraint is there for several months and working fine. Now it's enforcing to name the fields without the suffix.1 Sorry but trying a bit more I discovered that the fields in the unique_together were named with the "_id" suffix as they are ForeignKey. Don't know how the constraint was there for several months and working fine. Now it's enforcing to name the fields without the suffix. 2 2 3 3 With that the makemigrations command runs as expected.