Skip to content

Commit

Permalink
Merge branch 'master' into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sak1012 authored Nov 4, 2024
2 parents 5a89ef9 + fcbea7d commit 6802a29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exhibitors/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('pretixbase', '0004_create_customer_table'),
('pretixbase', '0001_initial'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('pretixbase', '0004_create_customer_table'),
('pretixbase', '0001_initial'),
('exhibitors', '0001_initial'),
]

Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from django.utils.timezone import now
from pretix.base.models import Event, Organizer

Expand Down
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from django.core.files.uploadedfile import SimpleUploadedFile

from exhibitors.models import ExhibitorInfo
Expand Down

0 comments on commit 6802a29

Please sign in to comment.