summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCaio Ariede <caio.ariede@gmail.com>2015-08-08 09:44:27 -0300
committerTim Graham <timograham@gmail.com>2015-08-15 10:02:08 -0400
commitdad8434d6ff5da10959672726dc9b397296d380b (patch)
tree035a70f167985e8f79d69d67c1b514604beb2f0b /docs
parent7a40fef17ab7918cbb1ddc3ba080f42b420f7a48 (diff)
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt
index b9d7c12c53..dc4864cbcc 100644
--- a/docs/releases/1.8.4.txt
+++ b/docs/releases/1.8.4.txt
@@ -31,3 +31,6 @@ Bugfixes
* Moved the :ref:`unsaved model instance assignment data loss check
<unsaved-model-instance-check-18>` to ``Model.save()`` to allow easier usage
of in-memory models (:ticket:`25160`).
+
+* Prevented ``varchar_patterns_ops`` and ``text_patterns_ops`` indexes for
+ ``ArrayField`` (:ticket:`25180`).