diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.3.txt | 4 | ||||
| -rw-r--r-- | docs/releases/6.0.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/6.0.3.txt b/docs/releases/6.0.3.txt index ddd853cd49..1dff197d06 100644 --- a/docs/releases/6.0.3.txt +++ b/docs/releases/6.0.3.txt @@ -11,3 +11,7 @@ Bugfixes * Fixed :exc:`NameError` when inspecting functions making use of deferred annotations in Python 3.14 (:ticket:`36903`). + +* Fixed :exc:`AttributeError` when subclassing builtin lookups and neglecting + to :ref:`override<tuple-for-params>` ``as_sql()`` to accept any sequence + (:ticket:`36934`). diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index bfad64e485..1697a095c9 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -454,6 +454,8 @@ If you haven't dealt with this warning by now, add settings, or ``default_auto_field = 'django.db.models.AutoField'`` to an app's ``AppConfig``, as needed. +.. _tuple-for-params: + Custom ORM expressions should return params as a tuple ------------------------------------------------------ |
