2018-08-31 17:01:29 +08:00
|
|
|
==========================
|
|
|
|
Django 2.1.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected October 1, 2018*
|
|
|
|
|
|
|
|
Django 2.1.2 fixes several bugs in 2.1.1
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-09-07 04:10:20 +08:00
|
|
|
* Fixed a regression where nonexistent joins in ``F()`` no longer raised
|
|
|
|
``FieldError`` (:ticket:`29727`).
|
2018-09-12 00:51:11 +08:00
|
|
|
|
|
|
|
* Fixed a regression where files starting with a tilde or underscore weren't
|
|
|
|
ignored by the migrations loader (:ticket:`29749`).
|
2018-09-14 11:33:17 +08:00
|
|
|
|
|
|
|
* Made migrations detect changes to ``Meta.default_related_name``
|
|
|
|
(:ticket:`29755`).
|
2018-09-16 18:45:34 +08:00
|
|
|
|
|
|
|
* Added compatibility for ``cx_Oracle`` 7 (:ticket:`29759`).
|
2018-09-26 04:00:20 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 2.0 where unique index names weren't quoted
|
|
|
|
(:ticket:`29778`).
|