diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.8.txt b/docs/releases/5.0.8.txt index 1037b78f75..7bdb5488b2 100644 --- a/docs/releases/5.0.8.txt +++ b/docs/releases/5.0.8.txt @@ -15,3 +15,7 @@ Bugfixes * Fixed a regression in Django 5.0 where ``ModelAdmin.action_checkbox`` could break the admin changelist HTML page when rendering a model instance with a ``__html__`` method (:ticket:`35606`). + +* Fixed a crash when creating a model with a ``Field.db_default`` and a + ``Meta.constraints`` constraint composed of ``__endswith``, ``__startswith``, + or ``__contains`` lookups (:ticket:`35625`). |
