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 was archived by the owner on Aug 22, 2025. It is now read-only.
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.