Squash migrations.

This commit is contained in:
Christopher Charbonneau Wells 2017-08-18 01:57:07 -04:00
parent f15894fac2
commit 8772f87d8a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-08-18 05:01
# Generated by Django 1.11.4 on 2017-08-18 05:56
from __future__ import unicode_literals
from django.conf import settings
@ -99,7 +99,7 @@ class Migration(migrations.Migration):
('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='timers', to=settings.AUTH_USER_MODEL)),
],
options={
'ordering': ['active', '-start'],
'ordering': ['-active', '-start', '-end'],
'default_permissions': ('view', 'add', 'change', 'delete'),
},
),