Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/32138>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "calendar_map.png" added.
Old description:
> Hi,
> there is a small problem in the admin when editing a model with a
> datetime field just after a geo field.
> The header of the calendar will be placed "under" the map and it's not
> possible to change the month.
>
> Thanks!
New description:
Hi,
there is a small problem in the admin when editing a model with a datetime
field just after a geo field.
The header of the calendar will be placed "under" the map and it's not
possible to change the month.
[[Image(calendar_map.png)]]
Thanks!
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32138#comment:1>
* owner: nobody => dokgeppo
* status: new => assigned
* stage: Unreviewed => Accepted
Comment:
Thanks for the report.
[https://github.com/django/django/pull/13595 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32138#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"6014fd89b3391d72c2e35cb1c6caaed059a51b41" 6014fd89]:
{{{
#!CommitTicketReference repository=""
revision="6014fd89b3391d72c2e35cb1c6caaed059a51b41"
Fixed #32138 -- Prevented admin's map from covering other widgets.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32138#comment:4>