diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.4.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.6.4.txt b/docs/releases/1.6.4.txt index fd36b21271..58fb42cb43 100644 --- a/docs/releases/1.6.4.txt +++ b/docs/releases/1.6.4.txt @@ -15,4 +15,8 @@ Bugfixes * Restored the ability to :meth:`~django.core.urlresolvers.reverse` views created using :func:`functools.partial()` - (`#22486 <http://code.djangoproject.com/ticket/22486>`_) + (`#22486 <http://code.djangoproject.com/ticket/22486>`_). + +* Fixed the ``object_id`` of the ``LogEntry`` that's created after a user + password change in the admin + (`#22515 <http://code.djangoproject.com/ticket/22515>`_). |
