Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axellorreyne committed Feb 29, 2024
1 parent 2b9112c commit d3dc622
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Migration(migrations.Migration):
fields=[
('submission_id', models.BigAutoField(primary_key=True, serialize=False)),
('file', models.FileField(
upload_to='uploads/<django.db.models.fields.related.ForeignKey>/<django.db.models.fields.related.ForeignKey>/')),
upload_to='uploads/<django.db.models.fields.related.ForeignKey>/'
'<django.db.models.fields.related.ForeignKey>/')),
('timestamp', models.DateTimeField(auto_now_add=True)),
('project_id',
models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='projects.project')),
Expand Down

0 comments on commit d3dc622

Please sign in to comment.