--
Ticket URL: <https://code.djangoproject.com/ticket/16417>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
Could you provide the minimal steps to reproduce this bug? A stripped down
version of your `models.py` and `admin.py` should do the job. Thank you.
--
Ticket URL: <https://code.djangoproject.com/ticket/16417#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/16417#comment:2>
Comment (by copelco):
I began work on this at the sprints. Getting the map into the
!StackedInline was fairly easy, but supporting the JS "Add more" link
introduced some issues. I refactored the !OpenLayers JS into a jQuery
plugin so that the functionality was encapsulated and could be reused more
easily. It's not complete yet, but the current changes can be viewed here:
https://github.com/copelco/django/compare/master...ticket-16417
--
Ticket URL: <https://code.djangoproject.com/ticket/16417#comment:3>
* status: new => closed
* resolution: => wontfix
Comment:
From Django 1.6 on, it is not required any longer to use a special
`ModelAdmin` for geo-enabled objects, as geometry fields have now default
widgets. I've tested them with `TabularInline` and `StackedInline` and
they seem to work fine.
Reopen if you can reproduce issues with "normal" `ModelAdmin`s.
--
Ticket URL: <https://code.djangoproject.com/ticket/16417#comment:4>