Changes between Version 2 and Version 4 of Ticket #29790
- Timestamp:
- Oct 1, 2018, 12:45:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29790
- Property Cc added
-
Ticket #29790 – Description
v2 v4 1 1 We migrated a model from a AutoField as id (default behaviour) to a UUIDField in the past, using a migration that looked like this with django 2.0: 2 #28541 2 https://gist.github.com/smcoll/8bb867dc631433c01fd0 3 3 4 4 There was a bug in SQLite though, which as of today only has the workaround listed in the bug tracker: #28541