Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin.

Thanks ross at servercode.co.uk for the report.
This commit is contained in:
Tim Graham 2014-04-25 08:20:25 -04:00
parent e368912902
commit 9e7f86b890
3 changed files with 18 additions and 2 deletions

View file

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