|
@@ -1,5 +1,5 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
-# Generated by Django 1.10.6 on 2017-03-14 17:19
|
|
|
+# Generated by Django 1.11 on 2017-04-27 15:26
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
from django.conf import settings
|
|
@@ -23,7 +23,7 @@ class Migration(migrations.Migration):
|
|
|
('created', models.DateTimeField(auto_now_add=True)),
|
|
|
],
|
|
|
options={
|
|
|
- 'ordering': ['user__username'],
|
|
|
+ 'ordering': ['userkey__user__username'],
|
|
|
},
|
|
|
),
|
|
|
migrations.AlterField(
|