Changes between Initial Version and Version 16 of Ticket #30725
- Timestamp:
- Sep 10, 2019, 6:19:39 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30725
- Property Easy pickings set
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
- Property Owner changed from to
- Property Summary Textbox size of a DateTimeField becomes too small in admin.TabularInline when browser windows is made smaller → Textbox 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.1 I 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.