#18767: Admin's calendar for datetime fields doesn't show right values with 
russian
and some other locales
-------------------------------+--------------------------------------
     Reporter:  void           |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by anonymous):

 Ok, maybe I was not so clear in the description of this ticket.
 Let's make django model with `DateTimeField` and register it with django
 admin. You'll see something like this:
 [http://dl.dropbox.com/u/302516/Screenshots/usualform.png]. Date is in
 format `01.02.1986`, which means it's 1st of February of 1986.
 Then click on the calendar icon and we'll see calendar popup:
 [http://dl.dropbox.com/u/302516/Screenshots/r.png]. But the popup is
 rendered for August 2012 (as you may see in the title: `Август 2012`). If
 I'd switch my `LANGUAGE_CODE` to `'en-us'`, I see that calendar popup
 renders correct month:
 [http://dl.dropbox.com/u/302516/Screenshots/correct.png].

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18767#comment:5>
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