Created|Deleted refactoring
* refactors base attributes created and deleted into UserActionLogEntry foreign keys * refactors all related queries and process logic * fixes binding_on into binding_date in intervention/detail/view.html * adds basic __str__ for some models *
This commit is contained in:
@@ -6,8 +6,7 @@ from organisation.models import Organisation
|
||||
class OrganisationAdmin(admin.ModelAdmin):
|
||||
list_display = [
|
||||
"name",
|
||||
"created_on",
|
||||
"created_by",
|
||||
"created",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user