diff --git a/subscription/models.py b/subscription/models.py index f0ea0907..e0a3f17b 100644 --- a/subscription/models.py +++ b/subscription/models.py @@ -73,9 +73,16 @@ class Subscription(models.Model): verbose_name=_("location"), ) + + + class Meta: ordering = ["subscription_start"] + + + + def clean(self): try: for s in (