Skip to content

Commit b490a71

Browse files
committed
#342 update init to use migration graph instead of filename
1 parent bfe4e03 commit b490a71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox_custom_objects/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def _migration_finished(sender, **kwargs):
2727
"""Signal handler for post_migrate - clears the migration flag and cache."""
2828
global _migrations_checked
2929
_is_migrating.set(False)
30-
# Clear the cache after migrations run so we check again
3130
_migrations_checked = None
3231

3332

0 commit comments

Comments
 (0)