Skip to content

Commit 58adf30

Browse files
committed
Change message-id for missing-backwards-migration-callable
the IDs in this module are going backwards
1 parent c0dcdb9 commit 58adf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/checkers/migrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class MissingBackwardsMigrationChecker(checkers.BaseChecker):
114114

115115
name = 'missing-backwards-migration-callable'
116116

117-
msgs = {'W%s05' % BASE_ID: ('%s Always include backwards migration callable',
117+
msgs = {'W%s97' % BASE_ID: ('%s Always include backwards migration callable',
118118
'missing-backwards-migration-callable',
119119
'Always include a backwards/reverse callable counterpart'
120120
' so that the migration is not irreversable.')}

0 commit comments

Comments
 (0)