diff options
| author | Ramin Farajpour Cami <ramin.blackhat@gmail.com> | 2016-11-12 20:41:23 +0330 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-14 12:30:46 -0500 |
| commit | 967be82443b5640d61608a89897d8ce2bc44fa54 (patch) | |
| tree | 9905e1156e27aa3d1226da3dde1223a5087b0d55 /tests/model_options | |
| parent | 6072de727f0ffa7bf0aa67aadba5d4589561974d (diff) | |
Fixed E305 flake8 warnings.
Diffstat (limited to 'tests/model_options')
| -rw-r--r-- | tests/model_options/models/tablespaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/model_options/models/tablespaces.py b/tests/model_options/models/tablespaces.py index 42fe1356c8..ec705b7b2d 100644 --- a/tests/model_options/models/tablespaces.py +++ b/tests/model_options/models/tablespaces.py @@ -40,6 +40,7 @@ class Article(models.Model): db_tablespace = 'tbl_tbsp' managed = False + # Also set the tables for automatically created models Authors = Article._meta.get_field('authors').remote_field.through |
