#20 Multiple laws

* refactors law field from ForeignKey to ManyToManyField to support multiple laws being added to one LegalData object
* added funding data to EMA detail view
This commit is contained in:
mipel
2021-09-20 13:33:07 +02:00
parent 43075088de
commit 8a2bbb1fc2
4 changed files with 22 additions and 13 deletions

View File

@@ -31,7 +31,6 @@ class LegalAdmin(admin.ModelAdmin):
list_display = [
"id",
"process_type",
"law",
"registration_date",
"binding_date",
]