#13807: Date/Time functions dont work in the admin ( 1.2 ) -
DateTimeShortcuts.handleCalendarQuickLink(0, 0)
----------------------------------------+-----------------------------------
 Reporter:  meder                       |       Owner:  nobody    
   Status:  new                         |   Milestone:            
Component:  Uncategorized               |     Version:  1.2       
 Keywords:  date time today get_format  |       Stage:  Unreviewed
Has_patch:  0                           |  
----------------------------------------+-----------------------------------
 I grabbed Django 1.2.1 and setup my new project up. Within the admin, if
 you have a date time field there are corresponding widgets to populate
 them.

 "Today" link is mapped to "DateTimeShortcuts.handleCalendarQuickLink(0,
 0)" which internally invokes the get_format global JS method but it
 doesn't exist. This reference to get_format is in admin js calendar.js
 file. My old calendar.js doesn't have this reference.

 I checked the rest of the admin js files and they dont seem to have that
 function. Is it possible it was left out in the 1.2 release?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13807>
Django <http://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-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to