diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-31 08:06:46 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-31 09:25:23 -0400 |
| commit | 063e7e56bcd34d76e9072ebfa3b9f1d9679dc6e9 (patch) | |
| tree | 6f90ba7e235b8c26eb2d34f472e18979b9a20241 /django | |
| parent | 567ae0d52955696d3e329b3a29f13c6b5b3f2208 (diff) | |
[1.7.x] Fixed flake8 warnings.
Backport of 9a922dcad1 from master
Diffstat (limited to 'django')
| -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 dd9595bd7e..5ffa22d8ce 100644 --- a/django/db/migrations/autodetector.py +++ b/django/db/migrations/autodetector.py @@ -716,7 +716,6 @@ class MigrationAutodetector(object): self.renamed_fields[app_label, model_name, field_name] = rem_field_name break - def generate_added_fields(self): """ Fields that have been added |
