diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-16 15:45:07 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-16 16:23:11 -0400 |
| commit | 6a937cc0a4b0aa36380b5e6cbbccedcbb350a115 (patch) | |
| tree | 96994d77eea586ea92842403d4a92e4ec9d5ef77 | |
| parent | a0bf14a2accb75987657a9656bccfc8b9df8d375 (diff) | |
[1.7.x] Fixed flake8 error.
Backport of a96dbda6d3 from master
| -rw-r--r-- | django/db/migrations/autodetector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/migrations/autodetector.py b/django/db/migrations/autodetector.py index acdfa2a668..1ef4becaae 100644 --- a/django/db/migrations/autodetector.py +++ b/django/db/migrations/autodetector.py @@ -366,7 +366,6 @@ class MigrationAutodetector(object): pass return item - def generate_renamed_models(self): """ Finds any renamed models, and generates the operations for them, |
