# CharField must have `max_length` set (DBR007) Django's `CharField` does not strictly require `max_length` for PostgreSQL and SQLite backends, but omitting it creates a UX problem: `CharField` renders as an `` element in forms and the admin, while `TextField` renders as a `