Opened 4 years ago

Closed 4 years ago

#31488 closed Bug (worksforme)

Django Admin showing "Date input" for Time Field in Mobile Safari

Reported by: ronaldoy Owned by: nobody
Component: contrib.admin Version: 2.2
Severity: Normal Keywords: date, time, admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by ronaldoy)

Django admin works fine on desktop Safari, but shows a date input for a time field when mobile Safari is used.

Attachments (1)

IMG_B77A1F82B670-1.jpeg (49.3 KB ) - added by Carlton Gibson 4 years ago.
Screenshot showing standard rendering.

Download all attachments as: .zip

Change History (4)

comment:1 by ronaldoy, 4 years ago

Description: modified (diff)
Summary: Django Admin showing "Time input" for Date Field in Mobile SafariDjango Admin showing "Date input" for Time Field in Mobile Safari

by Carlton Gibson, 4 years ago

Attachment: IMG_B77A1F82B670-1.jpeg added

Screenshot showing standard rendering.

comment:2 by Carlton Gibson, 4 years ago

The image you uploaded to #31489 shows a select drop-down:

https://code.djangoproject.com/raw-attachment/ticket/31489/IMG_0203.jpg

The standard rendering I'm seeing is not like that:

https://code.djangoproject.com/raw-attachment/ticket/31488/IMG_B77A1F82B670-1.jpeg

Rather it's the expected time picker.

I'm guessing you've customized the field somehow, but without a sample project it's impossible to say. (This is probably a support issue. Please see TicketClosingReasons/UseSupportChannels)

comment:3 by Carlton Gibson, 4 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top