django/docs/releases/2.1.2.txt

17 lines
412 B
Plaintext

==========================
Django 2.1.2 release notes
==========================
*Expected October 1, 2018*
Django 2.1.2 fixes several bugs in 2.1.1
Bugfixes
========
* Fixed a regression where nonexistent joins in ``F()`` no longer raised
``FieldError`` (:ticket:`29727`).
* Fixed a regression where files starting with a tilde or underscore weren't
ignored by the migrations loader (:ticket:`29749`).