diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt index 57b0b6c6e8..d607c34c92 100644 --- a/docs/releases/4.1.2.txt +++ b/docs/releases/4.1.2.txt @@ -39,3 +39,7 @@ Bugfixes * Fixed a regression in Django 4.1 that didn't alter a sequence type when altering type of pre-Django 4.1 serial columns on PostgreSQL (:ticket:`34058`). + +* Fixed a regression in Django 4.1 that caused a crash for :class:`View` + subclasses with asynchronous handlers when handling non-allowed HTTP methods + (:ticket:`34062`). |
