Changes between Initial Version and Version 1 of Ticket #30362, comment 7
- Timestamp:
- Apr 14, 2019, 3:22:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30362, comment 7
initial v1 1 1 The motivation for requiring an explicit name is largely because auto-generating index names caused a lot of pain in the past. The core devs at the time decided explicit is better than implicit. 2 3 I like Simon's idea of allowing {{{%(app_label)s}}} and {{{%(class)s}}} in index and constraint names.