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
Right now, the API serializers don’t do much to check the input, which can lead to problems. This issue aims to make validation stronger to keep the data accurate and improve error messages. The plan is to add:
Field-level checks: Make sure things like data types, lengths, and formats are correct.
Object-level validation: Add more complex rules that involve multiple fields.
These improvements will help catch errors early and keep the data clean.
The text was updated successfully, but these errors were encountered:
Right now, the API serializers don’t do much to check the input, which can lead to problems. This issue aims to make validation stronger to keep the data accurate and improve error messages. The plan is to add:
These improvements will help catch errors early and keep the data clean.
The text was updated successfully, but these errors were encountered: