File: 0007_remove_taskresult_hidden.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-- 423 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.2.6 on 2019-10-27 11:29

# this file is auto-generated so don't do flake8 on it
# flake8: noqa


from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('django_celery_results', '0006_taskresult_date_created'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='taskresult',
            name='hidden',
        ),
    ]