no null for many to many
This commit is contained in:
parent
7b93830df2
commit
86df11505f
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class ExternalPricePlans(models.Model):
|
||||||
Service, on_delete=models.CASCADE, related_name="external_price"
|
Service, on_delete=models.CASCADE, related_name="external_price"
|
||||||
)
|
)
|
||||||
compare_to = models.ManyToManyField(
|
compare_to = models.ManyToManyField(
|
||||||
ComputePlan, related_name="external_prices", blank=True, null=True
|
ComputePlan, related_name="external_prices", blank=True
|
||||||
)
|
)
|
||||||
vshn_appcat_price = models.ForeignKey(
|
vshn_appcat_price = models.ForeignKey(
|
||||||
VSHNAppCatPrice,
|
VSHNAppCatPrice,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue