mirror of
https://github.com/django/django.git
synced 2025-01-01 14:06:06 +00:00
056a91dbfa
Backport of be9d645346
from master
20 lines
497 B
Plaintext
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`).
|