mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-22 11:38:45 -06:00
Introduces a cached `_table_exists` flag to avoid repeated database introspection queries for `core_objecttype`. Improves performance during ObjectType lookups and reduces redundant query overhead. Fixes #21231