We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c005f95 commit 98805b1Copy full SHA for 98805b1
readthedocs/donate/admin.py
@@ -49,6 +49,7 @@ def click_ratio(self, instance):
49
50
class SupporterPromoAdmin(admin.ModelAdmin):
51
model = SupporterPromo
52
+ save_as = True
53
list_display = ('name', 'live', 'click_ratio', 'sold_impressions',
54
'total_views', 'total_clicks')
55
list_filter = ('live', 'display_type')
0 commit comments