#18794: When timezone support is enabled, permalinks for DateDetailView are
impossible.
-------------------------------+--------------------------------------
     Reporter:  void           |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  Generic views  |                  Version:  master
     Severity:  Normal         |               Resolution:  invalid
     Keywords:  timezone, tz   |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by ashleyjsands):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I think you have misunderstood the DateMixin docstring.

 Like what Preston said, It doesn't matter what the user's timezone is, but
 rather what the system's timezone is. Different user's from around the
 world accessing the same URL should access the same resource. All URLs are
 independent from the the user's timezone.

 I have spoken to Russell M at PyCon AU about this and he agrees. You
 should open a discussion on the Django Dev mail list if you want to talk
 about it further.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18794#comment:3>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to