[extensions-web] Add 'uuid' to the admin.
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Add 'uuid' to the admin.
- Date: Tue, 8 Nov 2011 16:50:20 +0000 (UTC)
commit 2babefc0b20b6e676f1070ea88ee1ce46cb8ec0b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Nov 8 11:50:01 2011 -0500
Add 'uuid' to the admin.
sweettooth/extensions/admin.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/admin.py b/sweettooth/extensions/admin.py
index 4e9a665..e818463 100644
--- a/sweettooth/extensions/admin.py
+++ b/sweettooth/extensions/admin.py
@@ -35,8 +35,8 @@ class ExtensionVersionInline(admin.TabularInline):
extra = 0
class ExtensionAdmin(admin.ModelAdmin):
- list_display = 'name', 'num_versions', 'creator',
- list_display_links = 'name',
+ list_display = 'name', 'uuid', 'num_versions', 'creator',
+ list_display_links = 'name', 'uuid',
def num_versions(self, ext):
return ext.versions.count()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]