Changes between Initial Version and Version 2 of Ticket #30292


Ignore:
Timestamp:
Mar 26, 2019, 8:52:40 AM (6 years ago)
Author:
Calin Bule
Comment:

I corrected the typo and it still does not work. It doesn't ignore everything in the Meta subclass, just the unique_together option.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30292

    • Property Version 2.1master
    • Property Cc Calin Bule added
  • Ticket #30292 – Description

    initial v2  
    1414
    1515    class Meta:
    16        options.unique_togehter = (("person_1", "person_2",),)
     16       options.unique_together = (("person_1", "person_2",),)
    1717}}}
    1818
Back to Top