mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-04 18:01:44 +01:00
21 lines
466 B
Python
21 lines
466 B
Python
# -*- 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),
|
|
),
|
|
]
|