* status: new => assigned
* owner: nobody => Hodson
--
Ticket URL: <https://code.djangoproject.com/ticket/15859#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: Hodson =>
* status: assigned => new
* has_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
Here is some work I did on making this possible:
[https://github.com/django/django/pull/793]
When defining your Admin Inline in admin.py you simply set "display_at_top
= True" and this will now cause the inline to display at the top of the
page.
If you do not define "display_at_top" it just defaults to displaying at
the bottom.
--
Ticket URL: <https://code.djangoproject.com/ticket/15859#comment:6>
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/15859#comment:7>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #4848
--
Ticket URL: <https://code.djangoproject.com/ticket/15859#comment:8>