#8472: Add "Recent Actions" panel to app_index template
---------------------------------------+-------------------------------
               Reporter:  juliae       |          Owner:  burzak
                   Type:  New feature  |         Status:  assigned
              Milestone:               |      Component:  contrib.admin
                Version:  SVN          |       Severity:  Normal
             Resolution:               |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  0            |    Needs tests:  1
Patch needs improvement:  1            |  Easy pickings:  0
---------------------------------------+-------------------------------
Changes (by jacob):

 * needs_better_patch:  0 => 1


Comment:

 Ick, I really don't like the way `for_current_app` works. Template tags
 that require specific things from the context aren't a good practice. How
 about ` {% get_admin_log 10 as admin_log for_user 23 for_app "appname" %}
 `? So in the case of admin templates, it'd be `{% get_admin_log ...
 for_app app_list.0.name %}`.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8472#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to