feat: bulk create endpoint for estimate points (#708)
* feat: bulk create endpoint for estimate points * dev: remove integrity logic and update url
This commit is contained in:
parent
105428894f
commit
6a579f85ad
4 changed files with 55 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ class EstimatePoint(ProjectBaseModel):
|
|||
"db.Estimate",
|
||||
on_delete=models.CASCADE,
|
||||
related_name="points",
|
||||
limit_choices_to={"estimate__points__count__lt": 10},
|
||||
)
|
||||
key = models.IntegerField(
|
||||
default=0, validators=[MinValueValidator(0), MaxValueValidator(7)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue