#27060: Take indexes into account in inspectdb command
--------------------------------------------+------------------------
     Reporter:  akki                        |      Owner:  nobody
         Type:  New feature                 |     Status:  new
    Component:  Core (Management commands)  |    Version:  master
     Severity:  Normal                      |   Keywords:  db-indexes
 Triage Stage:  Unreviewed                  |  Has patch:  0
Easy pickings:  0                           |      UI/UX:  0
--------------------------------------------+------------------------
 Currently, `inspectdb` command takes into account existing tables (via
 `models.Model`), columns (via `models.Field`) and unique constraints (via
 `unique_together`) while inspecting the db. It would be helpful to take
 into account the existing indexes (via `models.Index`) on the table as
 well.

--
Ticket URL: <https://code.djangoproject.com/ticket/27060>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.c1d04626b0f3a863a026966b7b5f20fa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to