forked from expo/troggle
Fully working dj 1.11.29
This commit is contained in:
20
core/migrations/0002_auto_20200619_1511.py
Normal file
20
core/migrations/0002_auto_20200619_1511.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.29 on 2020-06-19 14:11
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='logbookentry',
|
||||
name='cave_slug',
|
||||
field=models.SlugField(blank=True),
|
||||
),
|
||||
]
|
||||
20
core/migrations/0003_auto_20200619_1513.py
Normal file
20
core/migrations/0003_auto_20200619_1513.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.29 on 2020-06-19 14:13
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0002_auto_20200619_1511'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='logbookentry',
|
||||
name='cave_slug',
|
||||
field=models.SlugField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user