﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23767	Add setting to toggle timezone warnings in Django admin (1.7+)	Andy Fang	nobody	"Starting with Django 1.7, the admin interface automatically displays a warning if the browser timezone differs from the server timezone (https://github.com/django/django/blob/master/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js#L63). However, there are cases, especially with TimeFields, where the time is not stored based on server time, so it doesn't make sense to show the warning in those cases.

Easy request:
It'd be nice to have a setting that toggles the entire warning display on/off.

Harder request:
Per-field parameter to specify whether or not to display warning or not."	New feature	closed	contrib.admin	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	1
