Changes between Initial Version and Version 1 of Ticket #36475


Ignore:
Timestamp:
Jun 23, 2025, 6:23:38 AM (3 months ago)
Author:
JaeHyuckSa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36475 – Description

    initial v1  
    2727MySQL docs: https://dev.mysql.com/doc/refman/9.3/en/create-index.html#create-index-column-prefixes
    2828
    29 This has come up before — see Ticket #35777 — and was also discussed in django-mysql # https://github.com/adamchainz/django-mysql/pull/1151#issuecomment-2995608422 where Adam suggested that Django could handle this directly instead of needing custom index subclasses.
     29This has come up before — see Ticket #35777 — and was also discussed in django-mysql # https://github.com/adamchainz/django-mysql/pull/1151#issuecomment-2995608422 where Adam Johnson suggested that Django could handle this directly instead of needing custom index subclasses.
    3030
    3131
Back to Top