Added 1.7.1 release notes for refs #23333.

This commit is contained in:
Tim Graham 2014-10-08 14:06:18 -04:00
parent e949f4435f
commit 9e2e4cb6dd
1 changed files with 3 additions and 0 deletions

View File

@ -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`).