summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-29 08:37:54 -0400
committerTim Graham <timograham@gmail.com>2014-10-29 08:37:54 -0400
commitf3740caa7ec540f2ffe8b1a75acc88a0308ca09c (patch)
tree28516cc5142b109593ab3e551ba2d0583b4dc312 /docs
parent03bd79ed2124d149114fa3b702878d75159ba2b8 (diff)
Forwardported 1.7.2 release note from a0cfd77971dc0e61427ca468e9b6ea9a548c796e.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 80405da719..db65ec1885 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -25,5 +25,7 @@ Bugfixes
* Fixed a :djadmin:`makemessages` regression in 1.7.1 when
:setting:`STATIC_ROOT` has the default ``None`` value (:ticket:`23717`).
+* Added GeoDjango compatibility with mysqlclient database driver.
+
* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations
(:ticket:`23719`).