# 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:
2026-08-17 14:35:42 +02:00
parent ea1276e40b
commit 6772ddb5c8
4 changed files with 41 additions and 4 deletions
+1 -1
View File
@@ -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