You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Using limit_choices_to cause a validation error when you save tasks because it's used by the ForeignKey validation.
I suggest to remove the limit_choices_to constraint since you validate the input with your form already.
I'm not sure if this have consequences else where.
Using limit_choices_to cause a validation error when you save tasks because it's used by the ForeignKey validation.
I suggest to remove the limit_choices_to constraint since you validate the input with your form already.
I'm not sure if this have consequences else where.
By the way, that for sharing your project :)
The text was updated successfully, but these errors were encountered: