Changes between Version 1 and Version 2 of Ticket #29649
- Timestamp:
- Aug 8, 2018, 2:28:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29649 – Description
v1 v2 30 30 }}} 31 31 32 Then in the admin edit Foo object 1 and change a to 2. (introducing a duplicate)32 Then in the admin edit Foo object 2 and change a 2 -> 1. (introducing a duplicate) 33 33 34 34 === expected result … … 39 39 40 40 {{{ 41 IntegrityError at /admin/data/foo/ 3/change/41 IntegrityError at /admin/data/foo/2/change/ 42 42 duplicate key value violates unique constraint "data_foo_a_b_ac92595b_uniq" 43 43 DETAIL: Key (a, b)=(1, 1) already exists.