Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Create 0005_auto_20180507_1427.py
Browse files Browse the repository at this point in the history
For Django 1.11
  • Loading branch information
carderm authored May 10, 2018
1 parent d829bd1 commit 9e1b1dd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions aldryn_locations/migrations/0005_auto_20180507_1427.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2018-05-07 04:27
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('aldryn_locations', '0004_auto_20160914_1511'),
]

operations = [
migrations.RemoveField(
model_name='embeddirectionsplugin',
name='query',
),
migrations.RemoveField(
model_name='embedviewplugin',
name='query',
),
]

0 comments on commit 9e1b1dd

Please sign in to comment.