Closes #21936: Deprecate LOGIN_REQUIRED (#21941)

Closes #21936: Deprecate LOGIN_REQUIRED
This commit is contained in:
Jeremy Stretch
2026-04-16 15:33:11 -04:00
committed by GitHub
parent 539448683c
commit af7a35f836
4 changed files with 26 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ A new `start` query parameter has been introduced as an efficient alternative to
* [#21884](https://github.com/netbox-community/netbox/issues/21884) - Deprecate the obsolete `DEFAULT_ACTION_PERMISSIONS` mapping
* [#21887](https://github.com/netbox-community/netbox/issues/21887) - Deprecate support for legacy view actions
* [#21890](https://github.com/netbox-community/netbox/issues/21890) - Deprecate `models` key in application registry
* [#21936](https://github.com/netbox-community/netbox/issues/21936) - Deprecate the `LOGIN_REQUIRED` configuration parameter
### Other Changes