File: 0003_auto_20181106_1101.py

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (21 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by Django 2.1 on 2018-11-06 11:01

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('django_celery_results', '0002_add_task_name_args_kwargs'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='taskresult',
            options={
                'ordering': ['-date_done'],
                'verbose_name': 'task result',
                'verbose_name_plural': 'task results'
            },
        ),
    ]