diff options
Diffstat (limited to 'docs/releases/2.0.5.txt')
| -rw-r--r-- | docs/releases/2.0.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.5.txt b/docs/releases/2.0.5.txt index c7a7a84d9e..c88135aeb9 100644 --- a/docs/releases/2.0.5.txt +++ b/docs/releases/2.0.5.txt @@ -11,3 +11,7 @@ Bugfixes * Corrected the import paths that ``inspectdb`` generates for ``django.contrib.postgres`` fields (:ticket:`29307`). + +* Fixed a regression in Django 1.11.8 where altering a field with a unique + constraint may drop and rebuild more foreign keys than necessary + (:ticket:`29193`). |
