mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue