mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Rebase against origin/master
This commit is contained in:
committed by
Richard Schreiber
parent
5482e68ef9
commit
af0b2b777e
@@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("pretixbase", "0296_invoice_invoice_from_state"),
|
||||
("pretixbase", "0297_outgoingmail"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@@ -22,7 +22,7 @@ def reverse(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("pretixbase", "0297_add_reusablemedium_label"),
|
||||
("pretixbase", "0298_add_reusablemedium_label"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user