summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-20 18:47:14 -0400
committerTim Graham <timograham@gmail.com>2014-06-20 18:47:14 -0400
commit1892ced10a8c0a74a93acddecdb3329fc58a017b (patch)
treebc0684bfd6d46cc329f0ed6ee252ef322e25a65c /docs
parent3425d42bf1945a3e6b2562de6c71a614e6ab2845 (diff)
Added refs #22514 to 1.6.6 release notes.
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>`_).