Changes between Initial Version and Version 2 of Ticket #31410
- Timestamp:
- Mar 30, 2020, 2:34:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31410
- Property Component Uncategorized → Migrations
-
Ticket #31410 – Description
initial v2 3 3 This is in contrast to the older `unique_together` syntax, which raises models.E012 if the fields don't exist. 4 4 5 In the attached demonstration, you'll need to uncomment `"with_unique_together"` in settings.py in order to show that `unique_together` raises E 102.5 In the attached demonstration, you'll need to uncomment `"with_unique_together"` in settings.py in order to show that `unique_together` raises E012.