We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dcdb9 commit 58adf30Copy full SHA for 58adf30
pylint_django/checkers/migrations.py
@@ -114,7 +114,7 @@ class MissingBackwardsMigrationChecker(checkers.BaseChecker):
114
115
name = 'missing-backwards-migration-callable'
116
117
- msgs = {'W%s05' % BASE_ID: ('%s Always include backwards migration callable',
+ msgs = {'W%s97' % BASE_ID: ('%s Always include backwards migration callable',
118
'missing-backwards-migration-callable',
119
'Always include a backwards/reverse callable counterpart'
120
' so that the migration is not irreversable.')}
0 commit comments