summaryrefslogtreecommitdiffstats
path: root/news/migrations/0001_squashed_0002_news_send_announce.py
diff options
context:
space:
mode:
authorJustin ! <just1602@riseup.net>2020-11-09 18:00:20 -0500
committerjelle van der Waa <jelle@vdwaa.nl>2020-11-11 22:23:29 +0100
commit093e4f4c1f7baf0a185abdf2afee36a06976b212 (patch)
tree9fcc06d5c5db3ee891151d82ec425ce833bbea62 /news/migrations/0001_squashed_0002_news_send_announce.py
parent87977c599bcb94f5a9c8abf02dd5981b0fcb0314 (diff)
downloadarchweb-093e4f4c1f7baf0a185abdf2afee36a06976b212.tar.gz
archweb-093e4f4c1f7baf0a185abdf2afee36a06976b212.zip
Unlint more migrations
Diffstat (limited to 'news/migrations/0001_squashed_0002_news_send_announce.py')
-rw-r--r--news/migrations/0001_squashed_0002_news_send_announce.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/migrations/0001_squashed_0002_news_send_announce.py b/news/migrations/0001_squashed_0002_news_send_announce.py
index 59f438c5..9250e4e4 100644
--- a/news/migrations/0001_squashed_0002_news_send_announce.py
+++ b/news/migrations/0001_squashed_0002_news_send_announce.py
@@ -27,8 +27,7 @@ class Migration(migrations.Migration):
('guid', models.CharField(editable=False, max_length=255)),
('content', models.TextField()),
('safe_mode', models.BooleanField(default=True)),
- ('author', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT,
- related_name='news_author', to=settings.AUTH_USER_MODEL)),
+ ('author', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, related_name='news_author', to=settings.AUTH_USER_MODEL)),
('send_announce', models.BooleanField(default=True)),
],
options={