Re: [Django] #7497: AppAdmin class for customizing app listing in admin index

8 views
Skip to first unread message

Django

unread,
Aug 27, 2011, 1:29:42 PM8/27/11
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-----------------------------------------+-------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: contrib.admin
Version: SVN | Severity: Normal
Resolution: | Keywords:
Triage Stage: Someday/Maybe | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+-------------------------------
Changes (by bendavis78):

* cc: bendavis78 (added)
* ui_ux: => 0
* easy: => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:16>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 7, 2011, 7:43:38 PM10/7/11
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+-----------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: SVN
Severity: Normal | Resolution:
Keywords: | Triage Stage: Someday/Maybe
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-----------------------------------------
Changes (by rh0dium):

* cc: rh0dium (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:17>

Django

unread,
Dec 28, 2011, 4:39:26 PM12/28/11
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+-----------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: SVN
Severity: Normal | Resolution:
Keywords: | Triage Stage: Someday/Maybe
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-----------------------------------------
Changes (by sebastian):

* cc: sebastian.goll@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:18>

Django

unread,
Dec 16, 2012, 9:17:11 AM12/16/12
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+-------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: duplicate
Keywords: | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-------------------------------------
Changes (by aaugustin):

* status: new => closed
* resolution: => duplicate
* stage: Someday/Maybe => Accepted


Comment:

This is #3591 — also known as the 'app-loading' branch.

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:19>

Django

unread,
Nov 28, 2013, 2:43:51 PM11/28/13
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by aaugustin):

* status: closed => new
* resolution: duplicate =>


Comment:

Mmm, in fact this was specifically split from app-loading. Sorry.

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:20>

Django

unread,
Mar 18, 2020, 5:29:44 AM3/18/20
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Evgeny Tatarintsev):

Hi, I implemented apps ordering via "position" attribute in AppConfig
class

{{{
class TestConfig(AppConfig):
name = 'test'
verbose_name = 'Test App'
position = 0
}}}

Apps orders by it's "position" and then by "verbose_name", no backwards
incompatible, if position not set just ordering by name.

If it's actual I can do pull request.

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:21>

Django

unread,
Mar 5, 2022, 11:12:35 AM3/5/22
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+------------------------------------
Reporter: mrts | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Roman):

To move things a little bit forward I have prepared a pull request based
on this comment
https://code.djangoproject.com/ticket/25671#comment:11

https://github.com/django/django/pull/15483

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:22>

Django

unread,
Mar 7, 2022, 3:23:19 AM3/7/22
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------+------------------------------------
Reporter: mrts | Owner: Roman
Type: New feature | Status: assigned

Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by Mariusz Felisiak):

* owner: nobody => Roman
* needs_docs: 0 => 1
* has_patch: 0 => 1
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:23>

Django

unread,
Mar 24, 2022, 8:30:37 AM3/24/22
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------------+-------------------------------------

Reporter: mrts | Owner: Roman
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

* needs_docs: 1 => 0
* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:24>

Django

unread,
Mar 25, 2022, 6:53:15 AM3/25/22
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------------+-------------------------------------
Reporter: mrts | Owner: Roman
Type: New feature | Status: closed
Component: contrib.admin | Version: dev
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"2bee0b4328319eaf6a0d1686677d629f2ecf6dec" 2bee0b4]:
{{{
#!CommitTicketReference repository=""
revision="2bee0b4328319eaf6a0d1686677d629f2ecf6dec"
Fixed #7497 -- Allowed overriding the order of apps and models in admin.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:26>

Django

unread,
Mar 25, 2022, 6:53:16 AM3/25/22
to django-...@googlegroups.com
#7497: AppAdmin class for customizing app listing in admin index
-------------------------------------+-------------------------------------
Reporter: mrts | Owner: Roman
Type: New feature | Status: assigned

Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"d44951b36ef2e698f32a8e1352671689e44c4d62" d44951b3]:
{{{
#!CommitTicketReference repository=""
revision="d44951b36ef2e698f32a8e1352671689e44c4d62"
Refs #7497 -- Added assertion for the default order of models in
AdminSite.app_index().
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/7497#comment:25>

Reply all
Reply to author
Forward
0 new messages