21 lines
431 B
Python
21 lines
431 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.2 on 2017-10-05 18:04
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('events', '0004_auto_20171005_1923'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='event',
|
|
old_name='location',
|
|
new_name='locations',
|
|
),
|
|
]
|