Changes between Initial Version and Version 1 of Ticket #33907, comment 6


Ignore:
Timestamp:
Aug 9, 2022, 9:09:26 AM (2 years ago)
Author:
Mohamed Alnahhas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33907, comment 6

    initial v1  
    88> Can you also reproduce the same issue by using `unique_together` instead of `UniqueConstraint(fields=['user','content_type', 'object_id'], name='unique_object')`. If you can then I'm not convinced this should be considered a release blocker.
    99
    10 It is not crashing, the object is created successfully and I get the green success message I can even go to the Skill_level admin page and see the duplicate objects. Opening one of the objects and saving without any changes gives the usual Uniqueconstraints error message.
     10It is not crashing, the object is created successfully and I get the green success message I can even go to the Skill_level admin page and see the duplicate objects. Opening one of the objects and saving without any changes gives the usual Uniqueconstraints error message. I did try unique together and I was faced with the same exact behavior.
Back to Top