Added 1.7.1 release notes for refs #23333.
This commit is contained in:
parent
e949f4435f
commit
9e2e4cb6dd
|
@ -103,3 +103,6 @@ Bugfixes
|
|||
|
||||
* Fixed missing ``get_or_create`` and ``update_or_create`` on related managers
|
||||
causing ``IntegrityError`` (:ticket:`23611`).
|
||||
|
||||
* Made :func:`~django.utils.http.urlsafe_base64_decode` return the proper
|
||||
type (byte string) on Python 3 (:ticket:`23333`).
|
||||
|
|
Loading…
Reference in New Issue