Fix sorting order.

This commit is contained in:
Xavier Ordoquy 2016-02-27 01:46:59 +01:00
parent 6ea6e37ac9
commit 753f4dc477

View File

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
from django.conf import settings
from django.db import migrations, models
class Migration(migrations.Migration):