Changes between Version 1 and Version 2 of Ticket #29649


Ignore:
Timestamp:
Aug 8, 2018, 2:28:35 AM (6 years ago)
Author:
Harm Verhagen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29649 – Description

    v1 v2  
    3030}}}
    3131
    32 Then in the admin edit Foo object 1 and change a to 2.  (introducing a duplicate)
     32Then in the admin edit Foo object 2 and change a 2 -> 1.  (introducing a duplicate)
    3333
    3434=== expected result
     
    3939
    4040{{{
    41 IntegrityError at /admin/data/foo/3/change/
     41IntegrityError at /admin/data/foo/2/change/
    4242duplicate key value violates unique constraint "data_foo_a_b_ac92595b_uniq"
    4343DETAIL:  Key (a, b)=(1, 1) already exists.
Back to Top