#29307 closed Bug (fixed)
inspectdb generates Incorrect import paths for contrib.postgres fields
Description ¶
The introspection rules for django.contrib.postgres fields incorrectly use django.contrib.postgresql
.
As reported on Stack Overflow
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Component: | Migrations → contrib.postgres |
---|---|
Severity: | Normal → Release blocker |
Summary: | Incorrect introspection of django.contrib.postgres fields. → inspectdb generates Incorrect import paths for contrib.postgres fields |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 7 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/9865