Commit 629fc2f6 by Ned Batchelder

Merge pull request #18 from edx/ned/fix-0002-migration

Fix a migration that could never have run successfully
parents 98a0dd6f 5797ed6b
......@@ -29,7 +29,7 @@ package_data = dict(
setup(
name = "django-wiki",
version = "0.0.4",
version = "0.0.5",
author = "Benjamin Bach",
author_email = "benjamin@overtag.dk",
description = ("A wiki system written for the Django framework."),
......
......@@ -12,14 +12,6 @@ class Migration(migrations.Migration):
]
operations = [
migrations.RemoveField(
model_name='articlesubscription',
name='articleplugin_ptr',
),
migrations.RemoveField(
model_name='articlesubscription',
name='subscription_ptr',
),
migrations.DeleteModel(
name='ArticleSubscription',
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment