← Back to team overview

harvest-dev team mailing list archive

[Merge] lp:~dholbach/harvest/admin-nodeset into lp:harvest

 

Daniel Holbach has proposed merging lp:~dholbach/harvest/admin-nodeset into lp:harvest.

Requested reviews:
  harvest-dev (harvest-dev)

-- 
https://code.launchpad.net/~dholbach/harvest/admin-nodeset/+merge/36976
Your team harvest-dev is requested to review the proposed merge of lp:~dholbach/harvest/admin-nodeset into lp:harvest.
=== modified file 'harvest/opportunities/admin.py'
--- harvest/opportunities/admin.py	2010-08-11 23:36:17 +0000
+++ harvest/opportunities/admin.py	2010-09-29 12:07:47 +0000
@@ -7,7 +7,7 @@
     raw_id_fields = ('author', )
 
 class OpportunityAdmin(admin.ModelAdmin):
-    list_display = ('description', 'sourcepackage', 'opportunitylist', 'last_updated', 'note_set')
+    list_display = ('description', 'sourcepackage', 'opportunitylist', 'last_updated')
     list_filter = ('opportunitylist', 'last_updated')
     inlines = [NoteInline]
 


Follow ups