Skip to content

Commit

Permalink
Remove contenttypes dependency from second migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 28, 2023
1 parent ec24382 commit 7eb7812
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def assign_view_plugin(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("arches_for_science", "0001_initial"),
("guardian", "0002_generic_permissions_index"),
]
Expand Down

0 comments on commit 7eb7812

Please sign in to comment.