Jan Dittberner
2d05580ed3
- show created/modified fields in admin - add verbose output to management command - add date hierarchy and action filters in admin
17 lines
429 B
Python
17 lines
429 B
Python
# Generated by Django 3.2.18 on 2023-04-29 08:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('taskresults', '0003_auto_20160109_1524'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='taskresult',
|
|
options={'ordering': ['-modified'], 'verbose_name': 'Task result', 'verbose_name_plural': 'Task results'},
|
|
),
|
|
]
|