Skip to content

Commit

Permalink
Fix migration dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuang committed Oct 29, 2020
1 parent 8314272 commit e9e1190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('course', '0113_merge_20190919_1408'),
('course', '0114_alter_helptext_for_ptag_and_prole_fix_typo'),
]

operations = [
Expand Down

0 comments on commit e9e1190

Please sign in to comment.