# Remove ExternalIdentifier
* adds removing of ExternalIdentifier entries if a BaseObject is removed from the database * removes unused import statements * adds ExternalIdentifier view to admin backend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from intervention.models import Intervention, Responsibility, Legal, Revocation, InterventionDocument
|
||||
from intervention.models import Intervention
|
||||
from konova.admin import AbstractDocumentAdmin, BaseObjectAdmin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user