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
Restore null=True on all string fields to avoid unintended schema changes
Ruff DJ001 removed null=True from ~30 string-based model fields, but
this changes the DB schema and requires migrations + data handling.
Restore null=True with noqa: DJ001 to keep this as a formatting-only PR.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments