summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVlastimil Zíma <vlastimil.zima@nic.cz>2014-05-19 18:19:35 +0200
committerTim Graham <timograham@gmail.com>2014-06-20 19:01:49 -0400
commitef3ae3d1c94ac1d4ffaeeeec1ee544e91431e65b (patch)
tree29ac530dd9f9f0df4f9fda26de9121f0df5e0dba /docs
parentd4a3fd44f04fd06252ccfdd001772daa35c510d1 (diff)
[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].
Backport of 78c32f1caa from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt
index 9084f81ee1..103af36c37 100644
--- a/docs/releases/1.6.6.txt
+++ b/docs/releases/1.6.6.txt
@@ -11,3 +11,6 @@ Bugfixes
* Corrected email and URL validation to reject a trailing dash
(`#22579 <http://code.djangoproject.com/ticket/22579>`_).
+
+* Prevented indexes on PostgreSQL virtual fields
+ (`#22514 <http://code.djangoproject.com/ticket/22514>`_).