|
@@ -20,10 +20,9 @@ url_namespace variable to specify the url namespace used by this model.
|
|
|
|
|
|
class Configuration(PolymorphicModel):
|
|
|
|
|
|
- offersubscription = models.OneToOneField(OfferSubscription, blank=True,
|
|
|
- null=True,
|
|
|
+ offersubscription = models.OneToOneField(OfferSubscription,
|
|
|
related_name='configuration',
|
|
|
- verbose_name='Abonnement')
|
|
|
+ verbose_name='abonnement')
|
|
|
|
|
|
@staticmethod
|
|
|
def get_configurations_choices_list():
|