From d57ba04d890bab2d5ebe494e5e23d7374d658036 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 31 Mar 2014 07:10:25 -0400 Subject: [PATCH] Added 1.6.3 release note for refs #22250. --- docs/releases/1.6.3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index b9f0044e36..d729534bd7 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -27,5 +27,8 @@ several bugs in 1.6.2: * Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot guarantee an HTML-safe result, as stated in the documentation). +* Fixed a regression in the :mod:`django.contrib.gis` SQL compiler for + non-concrete fields (`#22250 `_). + Additionally, Django's vendored version of six, :mod:`django.utils.six` has been upgraded to the latest release (1.6.1).