Re: how to programmatically get the index name of a model field on a migration of django 1.8

2018-07-02 Thread Michal Petrucha
On Fri, Jun 29, 2018 at 11:25:16AM -0300, Fabio C. Barrionuevo da Luz wrote: > Hello, I need to delete an index created automatically by Django, from a > third-party application and my own django apps, for later I recreate the > index optimized way. > > this django application is used in several

how to programmatically get the index name of a model field on a migration of django 1.8

2018-06-29 Thread Fabio C. Barrionuevo da Luz
Hello, I need to delete an index created automatically by Django, from a third-party application and my own django apps, for later I recreate the index optimized way. this django application is used in several companies. so I need to distribute these improvements via django migration. I'm using