mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-15 22:39:25 +00:00
Testing another regex
This commit is contained in:
@ -76,8 +76,6 @@ class Subscription(models.Model):
|
||||
class Meta:
|
||||
ordering = ["subscription_start"]
|
||||
|
||||
|
||||
|
||||
def clean(self):
|
||||
try:
|
||||
for s in (
|
||||
@ -99,8 +97,6 @@ class Subscription(models.Model):
|
||||
# TODO see SubscriptionForm's clean method
|
||||
raise ValidationError(_("Subscription error"))
|
||||
|
||||
|
||||
|
||||
def save(self):
|
||||
super(Subscription, self).save()
|
||||
from counter.models import Customer
|
||||
|
Reference in New Issue
Block a user