diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-31 07:10:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-31 07:12:12 -0400 |
| commit | 25da849896c86c382da6337e719ef57460a77c85 (patch) | |
| tree | f1a6f614d087b5cc91ad4059f13c376d882b1c7d | |
| parent | 2f2d21fe5cc5d7a103d36c39704a0925a7be73bc (diff) | |
[1.7.x] Added 1.6.3 release note for refs #22250.
Backport of d57ba04d89 from master
| -rw-r--r-- | docs/releases/1.6.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://code.djangoproject.com/ticket/22250>`_). + Additionally, Django's vendored version of six, :mod:`django.utils.six` has been upgraded to the latest release (1.6.1). |
