2018-01-02 01:09:48 +00:00
|
|
|
==========================
|
|
|
|
Django 2.0.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected February 1, 2018*
|
|
|
|
|
|
|
|
Django 2.0.2 fixes several bugs in 2.0.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-01-12 05:01:40 +00:00
|
|
|
* Fixed hidden content at the bottom of the "The install worked successfully!"
|
|
|
|
page for some languages (:ticket:`28885`).
|
2018-01-13 11:23:48 +00:00
|
|
|
|
|
|
|
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
|
|
|
the same model and a target model is deleted (:ticket:`29016`).
|
2018-01-26 04:28:34 +00:00
|
|
|
|
|
|
|
* Fixed regression in the use of ``QuerySet.values_list(..., flat=True)``
|
|
|
|
followed by ``annotate()`` (:ticket:`29067`).
|
2018-01-27 10:12:11 +00:00
|
|
|
|
|
|
|
* Fixed a regression where a queryset that annotates with geometry objects
|
|
|
|
crashes (:ticket:`29054`).
|
2018-01-31 00:31:25 +00:00
|
|
|
|
|
|
|
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
|
|
|
|
authentication backend doesn't accept ``request`` and a later one does
|
|
|
|
(:ticket:`29071`).
|