--
Ticket URL: <https://code.djangoproject.com/ticket/32487>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Iuri de Silvio
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32487#comment:1>
Comment (by Iuri de Silvio):
I fixed my issue creating the extension on `pre_migrate` signal. I think
it is a reasonable solution to decouple extension setup and index
creation.
I tried some solutions with Django internals but they're not good. Signal
works for me and after some investigation I don't think it should be
handled by Django.
--
Ticket URL: <https://code.djangoproject.com/ticket/32487#comment:2>
* status: assigned => closed
* resolution: => wontfix
Comment:
I also agree that this shouldn't be handled by Django by default.
--
Ticket URL: <https://code.djangoproject.com/ticket/32487#comment:3>