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
We need a checker for kiwi_lint to warn about usage of OneToOneField. There aren't many such fields left but they don't play well with our history framework b/c we haven't enabled history on these relations.
The decision is to migrate OneToOneField relations back into the main model so a pylint checker is needed to discover them.
The text was updated successfully, but these errors were encountered:
We need a checker for kiwi_lint to warn about usage of
OneToOneField
. There aren't many such fields left but they don't play well with our history framework b/c we haven't enabled history on these relations.The decision is to migrate OneToOneField relations back into the main model so a pylint checker is needed to discover them.
The text was updated successfully, but these errors were encountered: