From 8772f87d8ae097d07bdb44c8763daa355edd8fef Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Fri, 18 Aug 2017 01:57:07 -0400 Subject: [PATCH] Squash migrations. --- core/migrations/0001_initial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index d7742e9d..95336ee2 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -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'), }, ),