Changes between Initial Version and Version 1 of Ticket #32721


Ignore:
Timestamp:
May 6, 2021, 11:08:35 AM (3 years ago)
Author:
Alan D. Snow
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32721 – Description

    initial v1  
    5252        if name is None:
    5353            name = self._create_index_name(
    54                 table, [field.column], kwargs.get("suffix", "")
     54                model._meta.db_table, [field.column], kwargs.get("suffix", "")
    5555            )
    5656}}}
Back to Top