Skip to content

Commit

Permalink
#18260 - Add context managers to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge authored and jeremystretch committed Dec 23, 2024
1 parent 8c07978 commit 6ddd3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/core/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def ready(self):
from core.api import schema # noqa: F401
from netbox.models.features import register_models
from . import data_backends, events, search # noqa: F401
from netbox import context_managers # noqa: F401

# Register models
register_models(*self.get_models())
Expand Down

0 comments on commit 6ddd3cc

Please sign in to comment.