#23767: Add setting to toggle timezone warnings in Django admin (1.7+)
-------------------------------+--------------------
     Reporter:  fangsterr      |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  contrib.admin  |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  1
-------------------------------+--------------------
 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.

--
Ticket URL: <https://code.djangoproject.com/ticket/23767>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.91a8e960052855401212aa0a4207ccff%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to