1
0
forked from pool/python-Django

- update to 3.0.9

* Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie()
 * Fixed crash when sending emails to addresses with display names longer than
    75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=66
This commit is contained in:
2020-08-06 11:37:58 +00:00
committed by Git OBS Bridge
parent a836e40a12
commit a713776f6e
6 changed files with 75 additions and 67 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 6 11:36:36 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 3.0.9
* Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie()
* Fixed crash when sending emails to addresses with display names longer than
75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+
-------------------------------------------------------------------
Wed Jul 8 11:52:27 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>