Skip to content

Commit

Permalink
dev - Fix model dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bferguso committed Nov 6, 2023
1 parent 0674305 commit 82cb2bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Migration(migrations.Migration):

dependencies = [
('models', '10041_limit_number_of_bulk_edit'),
('models', '9333_file_type_image_config'),
]

update_refresh_tile_resource_relationship_function = """
Expand Down

0 comments on commit 82cb2bd

Please sign in to comment.