Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.

Thanks erindy for the report.
This commit is contained in:
Alasdair Nicol 2018-04-09 16:46:31 +00:00 committed by Tim Graham
parent 6a1957bb98
commit 65c44a5c1d
3 changed files with 14 additions and 13 deletions

View file

@ -9,4 +9,5 @@ Django 2.0.5 fixes several bugs in 2.0.4.
Bugfixes
========
* ...
* Corrected the import paths that ``inspectdb`` generates for
``django.contrib.postgres`` fields (:ticket:`29307`).