1
0
mirror of https://github.com/django/django.git synced 2025-01-01 14:06:06 +00:00
django/docs/releases/1.8.2.txt
2015-05-11 11:17:37 -04:00

20 lines
497 B
Plaintext

==========================
Django 1.8.2 release notes
==========================
*Under development*
Django 1.8.2 fixes several bugs in 1.8.1.
Bugfixes
========
* Fixed check for template engine alias uniqueness (:ticket:`24685`).
* Fixed crash when reusing the same ``Case`` instance in a query
(:ticket:`24752`).
* Corrected join promotion for ``Case`` expressions. For example, annotating a
query with a ``Case`` expression could unexpectedly filter out results
(:ticket:`24766`).