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
Form Validation in the update view does not carry the Validation checks over from the create view. The only time it does carry the validation checks is if you create a validation check in validators.py instead of doing any validation check in a clean function. Should we migrate to validator.py? Or - how can we migrate the clean function to the update view
The text was updated successfully, but these errors were encountered:
Form Validation in the update view does not carry the Validation checks over from the create view. The only time it does carry the validation checks is if you create a validation check in validators.py instead of doing any validation check in a clean function. Should we migrate to validator.py? Or - how can we migrate the clean function to the update view
The text was updated successfully, but these errors were encountered: