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:20:25 -0400 |
| commit | 9e7f86b890a71bcc86ec7bcd9ee0c05801b5e807 (patch) | |
| tree | 6fe0f25250de30cf69574c02bd65a58d24dd3799 /docs | |
| parent | e368912902add8accf08d290ea77df49bd488744 (diff) | |
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.
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>`_). |
