mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
b002a032f9
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bf
.
Thanks Tim Graham for the review.
23 lines
671 B
Plaintext
23 lines
671 B
Plaintext
==========================
|
|
Django 2.0.2 release notes
|
|
==========================
|
|
|
|
*Expected February 1, 2018*
|
|
|
|
Django 2.0.2 fixes several bugs in 2.0.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed hidden content at the bottom of the "The install worked successfully!"
|
|
page for some languages (:ticket:`28885`).
|
|
|
|
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
|
the same model and a target model is deleted (:ticket:`29016`).
|
|
|
|
* Fixed regression in the use of ``QuerySet.values_list(..., flat=True)``
|
|
followed by ``annotate()`` (:ticket:`29067`).
|
|
|
|
* Fixed a regression where a queryset that annotates with geometry objects
|
|
crashes (:ticket:`29054`).
|