We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d756475 commit d68935dCopy full SHA for d68935d
cmsplugin_contact_plus/checks.py
@@ -16,6 +16,6 @@ def warn_1_3_changes(app_configs, **kwargs):
16
17
def register_checks():
18
for check in [
19
- warn_1_3_changes,
+ # warn_1_3_changes, # Might be more annoying than useful
20
]:
21
register(check)
0 commit comments