mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Rename publisher->org in Product model
This is requied to support notifications, and good for consistency in general.
This commit is contained in:
@ -9,7 +9,7 @@ class MirrorAdmin(admin.ModelAdmin):
|
||||
ordering = ('country_code', )
|
||||
|
||||
class ProductAdmin(PgwebAdmin):
|
||||
list_display = ('name', 'publisher', 'approved', 'lastconfirmed',)
|
||||
list_display = ('name', 'org', 'approved', 'lastconfirmed',)
|
||||
list_filter = ('approved',)
|
||||
search_fields = ('name', 'description', )
|
||||
ordering = ('name', )
|
||||
|
Reference in New Issue
Block a user