mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 19:11:09 +00:00
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…
Reference in a new issue