v0.1.5
Introduce a global configuration to disable auto-registration of admin models during specific contexts, such as migrations or when the admin app is not installed. Implement a NoOpRegistrar to safely handle cases where registration is disabled, preventing errors and improving stability. Update utils to include checks for context and app label inference, enhancing the robustness of the auto-registration process.