Opened 11 years ago

Closed 11 years ago

#22039 closed Bug (worksforme)

Inline Model Admin DatePicker Bug

Reported by: smg247 Owned by: nobody
Component: contrib.admin Version: 1.4
Severity: Normal Keywords: Admin Inline
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In Django 1.4.10. In a TabluarInline, with a datefield or a timefield, when extra is set to 0, the DatePicker and TimePicker do not work on any new model instances. They do not input the value chosen into the field. If extra is set to 1 or more, the pickers do work, but only on the instances that were initially provided; clicking add another <modelname> and then trying to use a picker on that instance will not work.

Change History (1)

comment:1 by Claude Paroz, 11 years ago

Component: Uncategorizedcontrib.admin
Resolution: worksforme
Status: newclosed

I have tested the conditions you mention, and all is working well for me.

Note: See TracTickets for help on using tickets.
Back to Top