Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-wiki
Commits
629fc2f6
Commit
629fc2f6
authored
Nov 23, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from edx/ned/fix-0002-migration
Fix a migration that could never have run successfully
parents
98a0dd6f
5797ed6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
+1
-9
setup.py
+1
-1
wiki/migrations/0002_remove_article_subscription.py
+0
-8
No files found.
setup.py
View file @
629fc2f6
...
@@ -29,7 +29,7 @@ package_data = dict(
...
@@ -29,7 +29,7 @@ package_data = dict(
setup
(
setup
(
name
=
"django-wiki"
,
name
=
"django-wiki"
,
version
=
"0.0.
4
"
,
version
=
"0.0.
5
"
,
author
=
"Benjamin Bach"
,
author
=
"Benjamin Bach"
,
author_email
=
"benjamin@overtag.dk"
,
author_email
=
"benjamin@overtag.dk"
,
description
=
(
"A wiki system written for the Django framework."
),
description
=
(
"A wiki system written for the Django framework."
),
...
...
wiki/migrations/0002_remove_article_subscription.py
View file @
629fc2f6
...
@@ -12,14 +12,6 @@ class Migration(migrations.Migration):
...
@@ -12,14 +12,6 @@ class Migration(migrations.Migration):
]
]
operations
=
[
operations
=
[
migrations
.
RemoveField
(
model_name
=
'articlesubscription'
,
name
=
'articleplugin_ptr'
,
),
migrations
.
RemoveField
(
model_name
=
'articlesubscription'
,
name
=
'subscription_ptr'
,
),
migrations
.
DeleteModel
(
migrations
.
DeleteModel
(
name
=
'ArticleSubscription'
,
name
=
'ArticleSubscription'
,
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment