1
0
mirror of https://github.com/django/django.git synced 2025-02-13 02:46:41 +00:00
django/docs/releases/1.8.2.txt

16 lines
322 B
Plaintext
Raw Normal View History

2015-05-01 16:51:26 -04:00
==========================
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`).