softdesk/support/migrations/0005_alter_project_author.py
1
E501:
line too long (144 > 79 characters)
17
field
=
models
.
ForeignKey
(
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
DO_NOTHING
,
related_name
=
'author'
,
to
=
'support.contributor'
),