[Django] #34044: Admin app search filter appears in nav sidebar but not on admin homepage

11 views
Skip to first unread message

Django

unread,
Sep 24, 2022, 7:24:56 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-----------------------------------------+------------------------
Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 1 |
-----------------------------------------+------------------------
When model admin view is open, such as `/admin/auth/user/`, a navigation
sidebar appears on the left of the screen.
This navigation sidebar contains a search field with the placeholder
"Start typing to filter...", that filters model names to the search input.

The content of this navigation bar is almost identical to the admin
homepage on `/admin/`, with the exception of this search field.

When users open the admin homepage, they are searching for this search
field and confused not to find it there.

[[Image(link)]]

== Proposal

Copy the app filter on the admin homepage.

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

Django

unread,
Sep 24, 2022, 7:25:17 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+--------------------------------------

Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by Hugo Herter):

* Attachment "django-admin-home-add-filter.png" added.

Add app filter to django admin home

Django

unread,
Sep 24, 2022, 7:26:51 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+--------------------------------------
Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+--------------------------------------

Old description:

> When model admin view is open, such as `/admin/auth/user/`, a navigation
> sidebar appears on the left of the screen.
> This navigation sidebar contains a search field with the placeholder
> "Start typing to filter...", that filters model names to the search
> input.
>
> The content of this navigation bar is almost identical to the admin
> homepage on `/admin/`, with the exception of this search field.
>
> When users open the admin homepage, they are searching for this search
> field and confused not to find it there.
>
> [[Image(link)]]
>
> == Proposal
>
> Copy the app filter on the admin homepage.

New description:

When model admin view is open, such as `/admin/auth/user/`, a navigation
sidebar appears on the left of the screen.
This navigation sidebar contains a search field with the placeholder
"Start typing to filter...", that filters model names to the search input.

The content of this navigation bar is almost identical to the admin
homepage on `/admin/`, with the exception of this search field.

When users open the admin homepage, they are searching for this search
field and confused not to find it there.

[[Image(ticket:34044:django-admin-home-add-filter.png)]]

== Proposal

Copy the app filter on the admin homepage.

--

Comment (by Hugo Herter):

Fix image link

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:1>

Django

unread,
Sep 24, 2022, 7:29:51 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+--------------------------------------
Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by Hugo Herter):

* Attachment "django-admin-home-add-filter.png" added.

Add app filter to django admin home

Django

unread,
Sep 24, 2022, 7:29:52 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+--------------------------------------
Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by Hugo Herter):

* Attachment "django-admin-home-add-filter.png" removed.

Django

unread,
Sep 24, 2022, 7:30:40 AM9/24/22
to django-...@googlegroups.com

Django

unread,
Sep 24, 2022, 7:30:40 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+--------------------------------------
Reporter: Hugo Herter | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by Hugo Herter):

* Attachment "django-admin-home-add-filter.png" added.

Django

unread,
Sep 24, 2022, 7:48:18 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+---------------------------------------
Reporter: Hugo Herter | Owner: Hugo Herter
Type: New feature | Status: assigned

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

* owner: nobody => Hugo Herter
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:2>

Django

unread,
Sep 24, 2022, 8:16:48 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+---------------------------------------
Reporter: Hugo Herter | Owner: Hugo Herter
Type: New feature | Status: assigned
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: 1
-------------------------------+---------------------------------------
Changes (by Tom Carrick):

* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:3>

Django

unread,
Sep 24, 2022, 11:50:38 AM9/24/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+---------------------------------------
Reporter: Hugo Herter | Owner: Hugo Herter
Type: New feature | Status: assigned
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: 1
-------------------------------+---------------------------------------

Comment (by Hugo Herter):

Pull request: https://github.com/django/django/pull/16107

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:4>

Django

unread,
Sep 25, 2022, 7:01:39 AM9/25/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+---------------------------------------
Reporter: Hugo Herter | Owner: Hugo Herter
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+---------------------------------------
Changes (by Hugo Herter):

* has_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:5>

Django

unread,
Sep 26, 2022, 3:49:43 AM9/26/22
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+---------------------------------------
Reporter: Hugo Herter | Owner: Hugo Herter
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 1
-------------------------------+---------------------------------------
Changes (by Mariusz Felisiak):

* needs_better_patch: 0 => 1


Comment:

Per author's comments.

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:6>

Django

unread,
Sep 4, 2023, 5:20:16 PM9/4/23
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+-----------------------------------------
Reporter: Hugo Herter | Owner: SanjayBisht96

Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+-----------------------------------------
Changes (by SanjayBisht96):

* owner: Hugo Herter => SanjayBisht96


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:7>

Django

unread,
Jan 8, 2024, 12:02:58 PMJan 8
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood

Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Hisham Mahmood):

* owner: SanjayBisht96 => Hisham Mahmood
* needs_better_patch: 1 => 0


Comment:

Pull request: https://github.com/django/django/pull/17709

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:8>

Django

unread,
Jan 8, 2024, 3:09:05 PMJan 8
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Hisham Mahmood):

* needs_better_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:9>

Django

unread,
Jan 9, 2024, 6:16:32 AMJan 9
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Hisham Mahmood):

* needs_better_patch: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:10>

Django

unread,
Jan 9, 2024, 7:33:40 AMJan 9
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
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: 1

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Natalia Bidart):

* needs_better_patch: 0 => 1

* needs_docs: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:11>

Django

unread,
Jan 9, 2024, 11:28:17 PMJan 9
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Hisham Mahmood):

* needs_better_patch: 1 => 0

* needs_docs: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:12>

Django

unread,
Jan 9, 2024, 11:29:59 PMJan 9
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------

Comment (by Hisham Mahmood):

Replying to [comment:11 Natalia Bidart]:
I added to release notes. Is any other documentation needed?

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:13>

Django

unread,
Jan 10, 2024, 12:39:59 PMJan 10
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------
Changes (by Natalia Bidart):

* needs_better_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:14>

Django

unread,
Jan 16, 2024, 11:55:52 AMJan 16
to django-...@googlegroups.com
#34044: Admin app search filter appears in nav sidebar but not on admin homepage
-------------------------------+------------------------------------------
Reporter: Hugo Herter | Owner: Hisham Mahmood
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------------

Comment (by Natalia Bidart):

This ticket may change pending resolution of
https://forum.djangoproject.com/t/adding-the-admin-nav-sidebar-to-almost-
every-page/26921

--
Ticket URL: <https://code.djangoproject.com/ticket/34044#comment:15>

Reply all
Reply to author
Forward
0 new messages