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.
 
 
 
 
 
 

23 lines
581 B

# Generated by Django 2.0.7 on 2019-09-25 17:23
from django.db import migrations
import project.utils.db
class Migration(migrations.Migration):
dependencies = [
('user', '0034_auto_20190612_1852'),
]
operations = [
migrations.AlterModelOptions(
name='child',
options={'ordering': ('id',)},
),
migrations.AlterField(
model_name='user',
name='photo',
field=project.utils.db.SafeImageField(blank=True, null=True, upload_to='users', verbose_name='Фото'),
),
]