--
Ticket URL: <https://code.djangoproject.com/ticket/24285>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
patch in https://github.com/django/django/pull/4060
--
Ticket URL: <https://code.djangoproject.com/ticket/24285#comment:1>
* needs_better_patch: 0 => 1
* type: Bug => Cleanup/optimization
* easy: 1 => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24285#comment:2>
Comment (by yairchu):
I'd call it a bug, although minor. The tag causes a TypeError when used as
described in its documentation (which provides the "{% get_admin_log 10 as
admin_log %}" example), although minor because that use case isn't used in
the default admin site templates.
--
Ticket URL: <https://code.djangoproject.com/ticket/24285#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24285#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"eb5ebcc2d0b13737127e3478bced98a84962a5d0" eb5ebcc2]:
{{{
#!CommitTicketReference repository=""
revision="eb5ebcc2d0b13737127e3478bced98a84962a5d0"
Fixed #24285 -- Made for_user argument optional for {% get_admin_log %}
tag
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24285#comment:5>