Admin tweaks.

This commit is contained in:
Pēteris Caune 2018-12-14 11:12:13 +02:00
parent 1a9f7e17f8
commit e21801f44e
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -16,6 +16,7 @@ class SubsAdmin(admin.ModelAdmin):
"profile")
list_filter = ("plan_id", )
raw_id_fields = ("user", )
actions = ("cancel", )
def email(self, obj):