I think it's this bug which will be fixed in Django 1.9: https://code.djangoproject.com/ticket/24390
On Tuesday, July 28, 2015 at 8:36:34 AM UTC-4, Franck Samson wrote: > > Hello, > > > I'm a beginner in Django, I use Django 1.8 in a virtualenv with python 3.4 > and a postgresql database. I create my app and my models, and I want to > drop indexes temporarily for inserting data in the database. > > But when I use this command : > django-admin.py sqldropindexes app_label > > The result show me the sql commands to drop indexes but the indexes names > are not the same in the database... > > Is it a problem of my configuration? A bug of django-admin? > > Thanks of Help. > Franck > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7ec6926d-bd76-4609-9a2a-62d42301f362%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

