Add wikidata ID and year for editions

This commit is contained in:
2023-02-20 17:13:21 +01:00
parent 77293f03e9
commit c3d4697470
6 changed files with 41 additions and 4 deletions

View File

@ -40,7 +40,7 @@ class PurchaseForm(forms.ModelForm):
class EditionForm(forms.ModelForm):
class Meta:
model = Edition
fields = ["game", "name", "platform"]
fields = ["game", "name", "platform", "year_released", "wikidata"]
class GameForm(forms.ModelForm):