Changes between Initial Version and Version 2 of Ticket #31410


Ignore:
Timestamp:
Mar 30, 2020, 2:34:34 PM (4 years ago)
Author:
Marnanel Thurman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31410

    • Property Component UncategorizedMigrations
  • Ticket #31410 – Description

    initial v2  
    33This is in contrast to the older `unique_together` syntax, which raises models.E012 if the fields don't exist.
    44
    5 In the attached demonstration, you'll need to uncomment `"with_unique_together"` in settings.py in order to show that `unique_together` raises E102.
     5In the attached demonstration, you'll need to uncomment `"with_unique_together"` in settings.py in order to show that `unique_together` raises E012.
Back to Top