summaryrefslogtreecommitdiff
path: root/app/resume
diff options
context:
space:
mode:
Diffstat (limited to 'app/resume')
-rw-r--r--app/resume/migrations/0003_auto_20151211_1925.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/resume/migrations/0003_auto_20151211_1925.py b/app/resume/migrations/0003_auto_20151211_1925.py
new file mode 100644
index 0000000..77e3049
--- /dev/null
+++ b/app/resume/migrations/0003_auto_20151211_1925.py
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9 on 2015-12-11 19:25
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('resume', '0002_auto_20151207_2105'),
+ ]
+
+ operations = [
+ migrations.AlterModelOptions(
+ name='publisher',
+ options={'ordering': ('order',)},
+ ),
+ ]