Changes between Initial Version and Version 16 of Ticket #30725


Ignore:
Timestamp:
Sep 10, 2019, 6:19:39 PM (5 years ago)
Author:
Basil Eric Rabi
Comment:

Hi Min ho Kim,

I'm sorry for the lacking information. I just tried to do a minimal reproducible example and found out what was missing was the TIME_ZONE = 'Asia/Manila' in settings.py. It seems the bug is not triggered if TIME_ZONE = 'UTC'. I updated the bug description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30725

    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
    • Property Cc Lionel Bersee Utkarsh Rajwansh Min ho Kim added
    • Property Owner changed from nobody to Utkarsh Rajwansh
    • Property Summary Textbox size of a DateTimeField becomes too small in admin.TabularInline when browser windows is made smallerTextbox size of a DateTimeField with local timezone in settings becomes too small in admin.TabularInline when browser windows is made smaller
  • Ticket #30725 – Description

    initial v16  
    1 I have a model with a DateTimeField and used it in admin.TabularInline for the Django Admin. When the browser window is wide enough there are no issues. But when the browser window is made smaller or when you use a phone to view the admin page, you can't see the text inside the text box for the date and time since the boxes become too small.
     1I have a model with a DateTimeField and used it in admin.TabularInline for the Django Admin using `TIME_ZONE = 'Asia/Manila'` in `settings.py`. When the browser window is wide enough there are no issues. But when the browser window is made smaller or when you use a phone to view the admin page, you can't see the text inside the text box for the date and time since the boxes become too small.
Back to Top