mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Fixes #9986: Workaround for upstream timezone data bug
This commit is contained in:
parent
e2d5313940
commit
41ad9b242c
@ -8,6 +8,10 @@
|
|||||||
* [#9625](https://github.com/netbox-community/netbox/issues/9625) - Add phone & email details to contacts panel
|
* [#9625](https://github.com/netbox-community/netbox/issues/9625) - Add phone & email details to contacts panel
|
||||||
* [#9857](https://github.com/netbox-community/netbox/issues/9857) - Add clear button to quick search fields
|
* [#9857](https://github.com/netbox-community/netbox/issues/9857) - Add clear button to quick search fields
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#9986](https://github.com/netbox-community/netbox/issues/9986) - Workaround for upstream timezone data bug
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v3.2.8 (2022-08-08)
|
## v3.2.8 (2022-08-08)
|
||||||
|
@ -34,3 +34,6 @@ tzdata==2022.1
|
|||||||
|
|
||||||
# Workaround for #7401
|
# Workaround for #7401
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
|
|
||||||
|
# Workaround for #9986
|
||||||
|
pytz==2022.1
|
||||||
|
Loading…
Reference in New Issue
Block a user