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
There is no more "NONE" choice for day_of_week in Task model.
A blank list ([]) indicates that a task is not recurrent.
If you still feel that "NONE" choice is required, please let me know.
Also, deadline field has become optional and is not required in a request form.
However, it is at a model level and you might add validation login in views.py if you want.
The text was updated successfully, but these errors were encountered:
There is no more "NONE" choice for day_of_week in Task model.
A blank list ([]) indicates that a task is not recurrent.
If you still feel that "NONE" choice is required, please let me know.
Also, deadline field has become optional and is not required in a request form.
However, it is at a model level and you might add validation login in views.py if you want.
The text was updated successfully, but these errors were encountered: