summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-05 19:29:41 -0500
committerTim Graham <timograham@gmail.com>2014-02-05 19:30:30 -0500
commit5f03b06919997aaba4244034afafdf3b84a3e7d3 (patch)
treeb8951ca16087deb57ba6e0e96146c084b9c75f98 /docs
parenta77ec255737eb87d5e876083651c9aaf950d6f46 (diff)
[1.6.x] Added missing items to 1.6.2 release notes.
Backport of b17c75564f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.2.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.6.2.txt b/docs/releases/1.6.2.txt
index fcb042a149..8c93ec3517 100644
--- a/docs/releases/1.6.2.txt
+++ b/docs/releases/1.6.2.txt
@@ -34,6 +34,14 @@ Bug fixes
* Added missing items to ``django.utils.timezone.__all__`` (#21880).
+* Fixed a field misalignment issue with ``select_related()`` and model
+ inheritance (#21413).
+
+* Fixed join promotion for negated ``AND`` conditions (#21748).
+
+* Oracle database introspection now works with boolean and float fields
+ (#19884).
+
* Fixed an issue where lazy objects weren't actually marked as safe when passed
through :func:`~django.utils.safestring.mark_safe` and could end up being
double-escaped (#21882).