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
Split non_db_attrs across the fields that introduce them
Field.non_db_attrs used to list every non-db kwarg from every subclass
(choices, limit_choices_to, on_delete, related_query_name). Each class
now declares only its own kwargs and extends its parent's tuple, so the
base no longer hardcodes knowledge of subclass parameters.
0 commit comments