mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
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:
parent
e368912902
commit
9e7f86b890
3 changed files with 18 additions and 2 deletions
|
@ -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>`_).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue