diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.4.txt b/docs/releases/5.0.4.txt index 6872d5998a..6b922b09c0 100644 --- a/docs/releases/5.0.4.txt +++ b/docs/releases/5.0.4.txt @@ -24,3 +24,7 @@ Bugfixes * Fixed a crash in Django 5.0 when performing queries involving table aliases and lookups on a ``GeneratedField`` of the aliased table (:ticket:`35344`). + +* Fixed a bug in Django 5.0 that caused a migration crash when adding a + ``GeneratedField`` relying on the ``__contains`` or ``__icontains`` + lookups or using a ``Value`` containing a ``"%"`` (:ticket:`35336`). |
