projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089b685
)
* Add a few fields to the influences list in the admin.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 27 Jan 2008 15:51:12 +0000
(16:51 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 27 Jan 2008 15:51:12 +0000
(16:51 +0100)
influences/models.py
patch
|
blob
|
history
diff --git
a/influences/models.py
b/influences/models.py
index b3d023c4b30cc1944ff3ccb65d94b1c578ad14a2..a2c72266dd2ad97fdbf7e4330b15c681bc9b4642 100644
(file)
--- a/
influences/models.py
+++ b/
influences/models.py
@@
-42,6
+42,7
@@
class Influence(models.Model):
class Admin:
list_filter=('character', 'status', 'longterm')
search_fields=('character', 'description', 'contact')
+ list_display=('character', 'contact', 'summary', 'longterm', 'status')
class Meta:
verbose_name = _("Influence")