#29307 closed Bug (fixed)
inspectdb generates Incorrect import paths for contrib.postgres fields
| Reported by: | Alasdair Nicol | Owned by: | Alasdair Nicol |
|---|---|---|---|
| Component: | contrib.postgres | Version: | 2.0 |
| Severity: | Release blocker | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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 , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 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 , 8 years ago
| Has patch: | set |
|---|
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/9865