1
0
mirror of https://github.com/django/django.git synced 2025-03-26 09:10:50 +00:00
django/docs/releases/3.0.8.txt
Mariusz Felisiak 3b5e307bbc [3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
2020-06-30 09:54:42 +02:00

27 lines
851 B
Plaintext

==========================
Django 3.0.8 release notes
==========================
*Expected July 1, 2020*
Django 3.0.8 fixes several bugs in 3.0.7.
Bugfixes
========
* Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
warnings raised by cache key validation (:ticket:`31654`).
* Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
by a many-to-one relationship (:ticket:`31660`).
* 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`).
* 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`).
* Added compatibility for ``cx_Oracle`` 8 (:ticket:`31751`).