aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0061_auto_20161102_1212.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-02 21:24:52 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-02 21:24:52 +0200
commitda1014421d0fffa146a6ee581a9c522c84b8c1fe (patch)
tree0522981df0ad95124b933834e4a32f89f474f9ca /servo/migrations/0061_auto_20161102_1212.py
parent9bf45810ca9729fac51d796651a310a07d7b92cf (diff)
downloadServo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.tar.gz
Servo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.tar.bz2
Servo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.zip
Cleanup
Diffstat (limited to 'servo/migrations/0061_auto_20161102_1212.py')
-rw-r--r--servo/migrations/0061_auto_20161102_1212.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/servo/migrations/0061_auto_20161102_1212.py b/servo/migrations/0061_auto_20161102_1212.py
new file mode 100644
index 0000000..c8d50ff
--- /dev/null
+++ b/servo/migrations/0061_auto_20161102_1212.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.2 on 2016-11-02 10:12
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('servo', '0060_auto_20161101_1215'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='location',
+ name='notes',
+ field=models.TextField(blank=True, default='Business hours between 9:00 - 18:00', help_text='Will be shown on print templates', verbose_name='Notes'),
+ ),
+ ]