Changes between Initial Version and Version 1 of Ticket #15238, comment 1
- Timestamp:
- Feb 7, 2011, 2:45:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15238, comment 1
initial v1 3 3 #13176 was similar and closed wontfix, but largely on the basis of "added complexity," and that ticket was requesting much broader flexibility, which would have required much more added complexity than just a prefix. 4 4 5 The TABLE_PREFIX setting should be per-database (i.e. a key in the DATABASES["db_alias"]dict), not a global setting.5 The TABLE_PREFIX setting should be per-database (i.e. a key in the `DATABASES["db_alias"]` dict), not a global setting.