Skip to content

Commit

Permalink
Fixed pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Nov 8, 2024
1 parent 45cf9b0 commit d757840
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ six==1.16.0
# virtualenv
toml==0.10.2
# via pre-commit
virtualenv==20.4.7
virtualenv==20.27.1
# via pre-commit
17 changes: 17 additions & 0 deletions gallery/migrations/0005_alter_album_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.4 on 2024-11-08 00:09

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("gallery", "0004_auto_20241104_1529"),
]

operations = [
migrations.AlterModelOptions(
name="album",
options={"ordering": ["year", "-eventalbum", "oldFolder", "-publish_date"]},
),
]

0 comments on commit d757840

Please sign in to comment.