You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
444 B
17 lines
444 B
# Generated by Django 4.2.30 on 2026-08-27 11:03
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('library', '0008_alter_author_slug_alter_book_slug_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='author',
|
|
options={'ordering': ['-created_at', '-id'], 'verbose_name': 'Author', 'verbose_name_plural': 'Authors'},
|
|
),
|
|
]
|