Skip to content

Commit

Permalink
fix mtpp migration
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed Nov 22, 2017
1 parent b1300d6 commit 75069e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molo/commenting/migrations/0004_auto_20160713_0221.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Migration(migrations.Migration):
migrations.AlterModelManagers(
name='molocomment',
managers=[
('_default_manager', django.db.models.manager.Manager()),
('objects', django.db.models.manager.Manager()),
],
),
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
molo.core<7.0.0,>=6.0.0
django-contrib-comments==1.7.1
django-mptt==0.8.5
django-mptt==0.8.7
django-import-export
django-daterange-filter
django-notifications-hq
Expand Down

0 comments on commit 75069e9

Please sign in to comment.