2018-08-15 09:31:00 +00:00
|
|
|
# Generated by Django 2.1 on 2018-08-15 09:19
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2019-06-16 12:32:24 +00:00
|
|
|
dependencies = [("teams", "0048_auto_20180814_1950")]
|
2018-08-15 09:31:00 +00:00
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2019-06-16 12:32:24 +00:00
|
|
|
name="teamtask", options={"ordering": ["completed", "when", "name"]}
|
|
|
|
)
|
2018-08-15 09:31:00 +00:00
|
|
|
]
|