From c74413e3b43d55217c9496bffc6179f2290cab8d Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 1 Oct 2017 22:03:46 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20typo=20suite=20=C3=A0=20probl?= =?UTF-8?q?=C3=A8me=20de=20lancement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/figurines/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)