Skip to content

Commit

Permalink
Update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekabyx committed Oct 5, 2023
1 parent 79a9bab commit 3347248
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Generated by Django 4.2.3 on 2023-08-24 18:34
# Generated by Django 4.2.3 on 2023-09-26 11:59

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("elections", "0040_postelection_requires_voter_id"),
(
"elections",
"0041_election_ballot_papers_issued_election_electorate_and_more",
),
]

operations = [
Expand Down

0 comments on commit 3347248

Please sign in to comment.