We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe4e03 commit b490a71Copy full SHA for b490a71
netbox_custom_objects/__init__.py
@@ -27,7 +27,6 @@ def _migration_finished(sender, **kwargs):
27
"""Signal handler for post_migrate - clears the migration flag and cache."""
28
global _migrations_checked
29
_is_migrating.set(False)
30
- # Clear the cache after migrations run so we check again
31
_migrations_checked = None
32
33
0 commit comments