Commit 9e2e4cb6 authored by Tim Graham's avatar Tim Graham
Browse files

Added 1.7.1 release notes for refs #23333.

parent e949f443
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`).