Skip to content

Commit

Permalink
Merge pull request #4867 from rtfd/fix-migration
Browse files Browse the repository at this point in the history
Fix migration name on modified date migration
  • Loading branch information
ericholscher authored Nov 5, 2018
2 parents ee282a5 + 8430b6b commit afd7dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('projects', '0029_add_additional_languages'),
('projects', '0030_change-max-length-project-slug'),
]

operations = [
Expand Down

0 comments on commit afd7dd9

Please sign in to comment.