update location model

This commit is contained in:
2017-02-04 06:51:09 +01:00
parent 7a7fbfb142
commit db051986a2
5 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-01 19:08
# Generated by Django 1.10.5 on 2017-02-04 05:48
from __future__ import unicode_literals
from django.db import migrations, models
@@ -24,5 +24,8 @@ class Migration(migrations.Migration):
('client', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='billard.Client')),
('location', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='billard.Location')),
],
options={
'ordering': ['-time_from'],
},
),
]