Skip to content

Commit

Permalink
forgot to commit a file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Oct 23, 2018
1 parent b3c387a commit 244f113
Showing 1 changed file with 23 additions and 0 deletions.
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2018-10-23 18:28
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('buyersguide', '0011_auto_20181023_0005'),
]

operations = [
migrations.RemoveField(
model_name='product',
name='need_account',
),
migrations.RemoveField(
model_name='product',
name='need_account_helptext',
),
]

0 comments on commit 244f113

Please sign in to comment.