2020-06-03 10:54:29 +02:00
|
|
|
==========================
|
|
|
|
Django 3.0.8 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected July 1, 2020*
|
|
|
|
|
|
|
|
Django 3.0.8 fixes several bugs in 3.0.7.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-06-05 07:21:52 +02:00
|
|
|
* Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
|
|
|
|
warnings raised by cache key validation (:ticket:`31654`).
|
2020-06-08 07:21:54 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
|
|
|
|
by a many-to-one relationship (:ticket:`31660`).
|
2020-06-05 21:01:39 +02:00
|
|
|
|
|
|
|
* Reallowed, following a regression in Django 3.0, non-expressions having a
|
|
|
|
``filterable`` attribute to be used as the right-hand side in queryset
|
|
|
|
filters (:ticket:`31664`).
|
2020-06-24 05:43:22 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0.2 that caused a migration crash on
|
|
|
|
PostgreSQL when adding a foreign key to a model with a namespaced
|
|
|
|
``db_table`` (:ticket:`31735`).
|
2020-06-30 09:50:15 +02:00
|
|
|
|
|
|
|
* Added compatibility for ``cx_Oracle`` 8 (:ticket:`31751`).
|