mirror of
https://github.com/django/django.git
synced 2024-12-27 19:46:22 +00:00
32fbccab40
Regression in 29150d5da8
.
17 lines
412 B
Plaintext
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`).
|