netbox/netbox/extras/models
Robin Schneider 0ad9b83623
Closes #5503: ISO 8601 date in UI and alternative format as tooltip
With this commit all dates in the UI are now consistently displayed.

I changed the long date format as suggested by @xkilian and confirmed by my own
research.

* DATETIME_FORMAT
 * Before July 20, 2020 4:52 p.m.
 * Now 20th July, 2020 16:52

"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.

The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02:00
..
__init__.py Initial work on #151: Object journaling 2021-03-16 15:00:08 -04:00
change_logging.py Fixes #5913: Improve change logging (#5924) 2021-03-04 13:06:04 -05:00
configcontexts.py Closes #4833: Allow assigning config contexts by device type 2021-03-29 15:40:09 -04:00
customfields.py Fixes #6640: Disallow numeric values in custom text fields 2021-06-22 14:00:54 -04:00
models.py Closes #5503: ISO 8601 date in UI and alternative format as tooltip 2021-07-02 22:22:37 +02:00
tags.py Add dedicated view for tags 2021-03-26 15:25:18 -04:00