-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releaseseverity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v4.0-beta2
Python Version
3.11
Steps to Reproduce
- Assign a date type custom-field to any object-type in NetBox v3.7.6 (found in IP address, Virtual Machines)
- Migrate to NetBox v4.0-beta2 using upgrade.sh
- Open any object instance with a date custom field assigned
Expected Behavior
The object page is shown correctly
Observed Behavior
Server Error
<class 'AttributeError'>
'datetime.date' object has no attribute 'utcoffset'
Python version: 3.11.5
NetBox version: 4.0-beta2
Plugins: None installed
Removing custom-fields of type date resolves the issue
cs-1
Metadata
Metadata
Assignees
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releaseseverity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application