diff options
| author | Alasdair Nicol <alasdair.nicol@spatialbuzz.com> | 2018-04-09 16:46:31 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-10 09:58:40 -0400 |
| commit | 0eb71b85bf7705f7418fae2572fe1960dd514300 (patch) | |
| tree | 7c1bee93bdc5904065e25c3e9e3d15fcbe47e8cb /docs | |
| parent | f185a1fca0223b460c6e1e960f5203616bf8d069 (diff) | |
[2.0.x] Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Thanks erindy for the report.
Backport of 65c44a5c1d5412d402af19480e3c1c3e3e88893a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.5.txt b/docs/releases/2.0.5.txt index bba17eea9f..c7a7a84d9e 100644 --- a/docs/releases/2.0.5.txt +++ b/docs/releases/2.0.5.txt @@ -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`). |
