From d21de73592062bce687e78e2dc4d0f415f42b3cf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 27 Aug 2010 17:24:08 -0500 Subject: Add last updated column to package groups view Just another annotation to the queryset to get this data, and a little more manipulation in the group data function. This will help when adding a sitemap in a subsequent commit. Signed-off-by: Dan McGee --- templates/packages/groups.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/packages/groups.html b/templates/packages/groups.html index 4bf12ac..bb475b1 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -11,6 +11,7 @@ Arch Group Name Package Count + Last Updated @@ -20,6 +21,7 @@ {{ grp.name }} {{ grp.count }} Packages + {{ grp.last_update|date:"Y-m-d" }} {% endfor %} -- cgit v1.2.3-24-g4f1b