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

Remove merge migration 0014 and move 0013_multiple_recipients_announcement to...

Remove merge migration 0014 and move 0013_multiple_recipients_announcement to 0014_multiple_recipients_announcement instead
parent 4a63c0e2
No related branches found
No related tags found
1 merge request!166Allow multiple recipient objects for one announcement
# Generated by Django 3.0.3 on 2020-02-21 09:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0013_multiple_recipients_announcement'),
('core', '0013_extensible_model_as_default'),
]
operations = [
]
......@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('core', '0012_announcement'),
('core', '0013_extensible_model_as_default'),
]
operations = [
......
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