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
00aadbb5
Commit
00aadbb5
authored
Sep 12, 2017
by
Jeremy Bowman
Committed by
GitHub
Sep 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26 from edx/jmbowman/migration_fix
Fixed migration 0005
parents
2b4da25b
9cbcf258
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/0005_remove_attachments_and_images.py
+0
-8
No files found.
setup.py
View file @
00aadbb5
...
@@ -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.1
2
"
,
version
=
"0.0.1
3
"
,
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/0005_remove_attachments_and_images.py
View file @
00aadbb5
...
@@ -17,10 +17,6 @@ class Migration(migrations.Migration):
...
@@ -17,10 +17,6 @@ class Migration(migrations.Migration):
name
=
'current_revision'
,
name
=
'current_revision'
,
),
),
migrations
.
RemoveField
(
migrations
.
RemoveField
(
model_name
=
'attachment'
,
name
=
'reusableplugin_ptr'
,
),
migrations
.
RemoveField
(
model_name
=
'attachmentrevision'
,
model_name
=
'attachmentrevision'
,
name
=
'attachment'
,
name
=
'attachment'
,
),
),
...
@@ -33,10 +29,6 @@ class Migration(migrations.Migration):
...
@@ -33,10 +29,6 @@ class Migration(migrations.Migration):
name
=
'user'
,
name
=
'user'
,
),
),
migrations
.
RemoveField
(
migrations
.
RemoveField
(
model_name
=
'image'
,
name
=
'revisionplugin_ptr'
,
),
migrations
.
RemoveField
(
model_name
=
'imagerevision'
,
model_name
=
'imagerevision'
,
name
=
'revisionpluginrevision_ptr'
,
name
=
'revisionpluginrevision_ptr'
,
),
),
...
...
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