Galerie: Migrace k b5c4fa1
This commit is contained in:
parent
b7387571da
commit
ac56fd0563
1 changed files with 20 additions and 0 deletions
20
galerie/migrations/0008_auto_20191209_2326.py
Normal file
20
galerie/migrations/0008_auto_20191209_2326.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.26 on 2019-12-09 22:26
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('galerie', '0007_obrazek_odstranen_datum'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='galerie',
|
||||
name='poradi',
|
||||
field=models.IntegerField(blank=True, default=0, verbose_name=b'Po\xc5\x99ad\xc3\xad'),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue