diff options
Diffstat (limited to 'django/db/migrations/executor.py')
| -rw-r--r-- | django/db/migrations/executor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py index ef7f9060f1..eb738cf457 100644 --- a/django/db/migrations/executor.py +++ b/django/db/migrations/executor.py @@ -405,6 +405,6 @@ class MigrationExecutor: break else: return False, project_state - # If we get this far and we found at least one CreateModel or AddField migration, - # the migration is considered implicitly applied. + # If we get this far and we found at least one CreateModel or AddField + # migration, the migration is considered implicitly applied. return (found_create_model_migration or found_add_field_migration), after_state |
