Remove configuration parameters date & time formatting #15738
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Remove the following configuration parameters:
DATE_FORMAT
DATETIME_FORMAT
SHORT_DATE_FORMAT
SHORT_DATETIME_FORMAT
SHORT_TIME_FORMAT
TIME_FORMAT
Justification
Per #15735, NetBox will now display all dates & times in ISO 8601 format consistently, regardless of configuration or locale. These configuration parameters are no longer needed.
Impact
As Django 5.0 and later enforces localization of dates & times by default, these settings generally have no effect anyway (as noted in #15618).
The text was updated successfully, but these errors were encountered: