ticvac
4 weeks ago
3 changed files with 42 additions and 4 deletions
@ -0,0 +1,17 @@ |
|||
# Generated by Django 4.2.16 on 2024-11-26 22:06 |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('tvorba', '0007_alter_deadline_typ'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterModelOptions( |
|||
name='rocnik', |
|||
options={'ordering': ['-rocnik'], 'verbose_name': 'ChRočník', 'verbose_name_plural': 'Ročníky'}, |
|||
), |
|||
] |
Loading…
Reference in new issue