From 0883996aceb1946278ef5bfe9949f7a548874ec9 Mon Sep 17 00:00:00 2001 From: bashmak Date: Wed, 5 Jul 2017 13:51:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devapp/migrations/0005_auto_20170502_2232.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devapp/migrations/0005_auto_20170502_2232.py b/devapp/migrations/0005_auto_20170502_2232.py index 104ce71..91cbe61 100644 --- a/devapp/migrations/0005_auto_20170502_2232.py +++ b/devapp/migrations/0005_auto_20170502_2232.py @@ -15,6 +15,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='device', name='devtype', - field=models.CharField(choices=[('Dl', 'DLink switch'), ('Pn', 'PON ONU')], default='Dl', max_length=2), + field=models.CharField(choices=[('Dl', 'DLink switch'), ('Pn', 'PON OLT')], default='Dl', max_length=2), ), ]