mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Change image sort, thumbnails first
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.1.3 on 2022-12-28 21:07
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("roster", "0014_alter_rollingstockdocument_file_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="rollingstockimage",
|
||||
options={"ordering": ["-is_thumbnail"]},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user