aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/migrations/0003_auto_20170713_0225.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/web/bench/migrations/0003_auto_20170713_0225.py')
-rw-r--r--qtip/web/bench/migrations/0003_auto_20170713_0225.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/qtip/web/bench/migrations/0003_auto_20170713_0225.py b/qtip/web/bench/migrations/0003_auto_20170713_0225.py
deleted file mode 100644
index fec4234a..00000000
--- a/qtip/web/bench/migrations/0003_auto_20170713_0225.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.11.3 on 2017-07-13 02:25
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('bench', '0002_auto_20170713_0210'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='repo',
- name='name',
- field=models.CharField(max_length=20),
- ),
- ]