From 753f4dc4771b07fcfdfd438655a78c089551d019 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Sat, 27 Feb 2016 01:46:59 +0100 Subject: [PATCH] Fix sorting order. --- rest_framework/authtoken/migrations/0002_auto_20160226_1747.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/authtoken/migrations/0002_auto_20160226_1747.py b/rest_framework/authtoken/migrations/0002_auto_20160226_1747.py index 5673f332f..98e0bb670 100644 --- a/rest_framework/authtoken/migrations/0002_auto_20160226_1747.py +++ b/rest_framework/authtoken/migrations/0002_auto_20160226_1747.py @@ -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):