Removes unnecessary redeclaration of wikidata model field in Author
This commit is contained in:
parent
89d8537e1b
commit
a914a44fba
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ class Author(BookDataModel):
|
||||||
wikipedia_link = fields.CharField(
|
wikipedia_link = fields.CharField(
|
||||||
max_length=255, blank=True, null=True, deduplication_field=True
|
max_length=255, blank=True, null=True, deduplication_field=True
|
||||||
)
|
)
|
||||||
wikidata = fields.CharField(
|
|
||||||
max_length=255, blank=True, null=True, deduplication_field=True
|
|
||||||
)
|
|
||||||
isni = fields.CharField(
|
isni = fields.CharField(
|
||||||
max_length=255, blank=True, null=True, deduplication_field=True
|
max_length=255, blank=True, null=True, deduplication_field=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue