Compare commits
2 Commits
master
...
hacking_st
Author | SHA1 | Date |
---|---|---|
ticvac | 9c1007073d | 3 weeks ago |
ticvac | 1f77e2a6aa | 4 weeks ago |
3 changed files with 24 additions and 7 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