1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #8031: Remove automatic redirection of legacy slug-based URLs

This commit is contained in:
jeremystretch
2021-12-09 15:43:41 -05:00
parent 78ca6f1a87
commit 8680981990
5 changed files with 5 additions and 17 deletions

View File

@@ -5,6 +5,11 @@
!!! warning "Python 3.8 or Later Required"
NetBox v3.2 requires Python 3.8 or later.
### Breaking Changes
* Automatic redirection of legacy slug-based URL paths has been removed.
### Other Changes
* [#7731](https://github.com/netbox-community/netbox/issues/7731) - Require Python 3.8 or later
* [#8031](https://github.com/netbox-community/netbox/issues/8031) - Remove automatic redirection of legacy slug-based URLs