mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 12:11:13 -05:00
okay fine
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.1.2 on 2024-11-02 23:30
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("moderation", "0003_rename_fields_and_update_status"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="editsubmission",
|
||||
options={"ordering": ["-created_at"]},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name="photosubmission",
|
||||
options={"ordering": ["-created_at"]},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user