Skip to content
Snippets Groups Projects
Verified Commit 2eb9259f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix migration

parent 287393ce
No related branches found
No related tags found
1 merge request!166Allow multiple recipient objects for one announcement
......@@ -33,7 +33,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='announcement',
name='valid_until',
field=models.DateTimeField(default=aleksis.core.models.now_plus_one_day, verbose_name='Date and time until when to show'),
field=models.DateTimeField(default=aleksis.core.util.core_helpers.now_tomorrow, verbose_name='Date and time until when to show'),
),
migrations.CreateModel(
name='AnnouncementRecipient',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment