diff --git a/collection/figurines/models.py b/collection/figurines/models.py index e3c229c..77fc37e 100644 --- a/collection/figurines/models.py +++ b/collection/figurines/models.py @@ -37,7 +37,7 @@ class Figurine(Item): help_text=_('You need this figurine.')) class Meta: - ordering: ('name') + ordering = ('name',) # Redefine help_text (for documentation, API, etc.)