mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #23638 -- Prevented crash while parsing invalid cookie content
Thanks Philip Gatt for the report and Tim Graham for the review.
This commit is contained in:
parent
8701b59007
commit
59d487e7fc
3 changed files with 14 additions and 1 deletions
|
@ -117,3 +117,6 @@ Bugfixes
|
|||
* Fixed generic relations in ``ModelAdmin.list_filter`` (:ticket:`23616`).
|
||||
|
||||
* Restored RFC compliance for the SMTP backend on Python 3 (:ticket:`23063`).
|
||||
|
||||
* Fixed a crash while parsing cookies containing invalid content
|
||||
(:ticket:`23638`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue