You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
583 B
20 lines
583 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-05-31 13:03
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('finance', '0019_price_url'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='price',
|
|
name='url',
|
|
field=models.URLField(blank=True, editable=False, null=True, verbose_name='\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443'),
|
|
),
|
|
]
|
|
|