Kaydet (Commit) 5e8685c1 authored tarafından Tim Graham's avatar Tim Graham

Refs #26034 -- Added another case fixed by this ticket to release notes.

üst 497b5d6f
...@@ -26,10 +26,12 @@ Bugfixes ...@@ -26,10 +26,12 @@ Bugfixes
escaped value to be displayed in the select dropdown of the parent window escaped value to be displayed in the select dropdown of the parent window
(:ticket:`25997`). (:ticket:`25997`).
* Fixed incorrect index handling in migrations on PostgreSQL when adding * Fixed a regression in 1.8.8 causing incorrect index handling in migrations on
``db_index=True`` or ``unique=True`` to a ``CharField`` or ``TextField`` that PostgreSQL when adding ``db_index=True`` or ``unique=True`` to a
already had the other specified, or when removing one of them from a field ``CharField`` or ``TextField`` that already had the other specified, or when
that had both (:ticket:`26034`). removing one of them from a field that had both, or when adding
``unique=True`` to a field already listed in ``unique_together``
(:ticket:`26034`).
* Fixed a regression where defining a relation on an abstract model's field * Fixed a regression where defining a relation on an abstract model's field
using a string model name without an app_label no longer resolved that using a string model name without an app_label no longer resolved that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment