diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-25 08:20:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-25 08:36:28 -0400 |
| commit | d16948bd19737a60811eeaae77b8eb282de8bdb3 (patch) | |
| tree | 9785dc0babbf7a86266f1edbd8f7054dd956701f /docs | |
| parent | a742cf17113ab85fc94f4865a7506aeaf7766798 (diff) | |
[1.6.x] 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.
Backport of 9e7f86b890 from master
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>`_). |
