[Django] #32545: Admin foreign key raw inputs are too small when referring to a UUID field

16 views
Skip to first unread message

Django

unread,
Mar 13, 2021, 2:19:29 AM3/13/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
--------------------------------------------+------------------------
Reporter: Jerome Leclanche | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+------------------------
PR: https://github.com/django/django/pull/12926

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

Django

unread,
Mar 13, 2021, 2:19:50 AM3/13/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
----------------------------------+--------------------------------------

Reporter: Jerome Leclanche | Owner: nobody
Type: Uncategorized | Status: new
Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution:

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

* component: Uncategorized => contrib.admin


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

Django

unread,
Mar 13, 2021, 7:55:25 AM3/13/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
----------------------------------+--------------------------------------
Reporter: Jerome Leclanche | Owner: mianamir
Type: Uncategorized | Status: assigned

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

* owner: nobody => mianamir
* status: new => assigned


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

Django

unread,
Mar 15, 2021, 4:38:45 AM3/15/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
-------------------------------------+-------------------------------------
Reporter: Jerome Leclanche | Owner: Jerome
Type: | Leclanche
Cleanup/optimization | Status: assigned

Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0

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

* owner: Muhammad Amir => Jerome Leclanche
* type: Uncategorized => Cleanup/optimization
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted


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

Django

unread,
Nov 28, 2021, 2:01:13 AM11/28/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
-------------------------------------+-------------------------------------
Reporter: Jerome Leclanche | Owner: Shubh
Type: | Parmar

Cleanup/optimization | Status: assigned
Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Shubh Parmar):

* owner: Jerome Leclanche => Shubh Parmar


Comment:

PR: [https://github.com/django/django/pull/15136]

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

Django

unread,
Nov 28, 2021, 4:48:02 AM11/28/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
-------------------------------------+-------------------------------------
Reporter: Jerome Leclanche | Owner: Shubh
Type: | Parmar
Cleanup/optimization | Status: assigned
Component: contrib.admin | Version: 3.1
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: 0
-------------------------------------+-------------------------------------
Changes (by Claude Paroz):

* needs_tests: 1 => 0


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

Django

unread,
Nov 29, 2021, 1:15:43 AM11/29/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
-------------------------------------+-------------------------------------
Reporter: Jerome Leclanche | Owner: Shubh
Type: | Parmar
Cleanup/optimization | Status: assigned
Component: contrib.admin | Version: 3.1
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):

* stage: Accepted => Ready for checkin


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

Django

unread,
Nov 29, 2021, 4:45:15 AM11/29/21
to django-...@googlegroups.com
#32545: Admin foreign key raw inputs are too small when referring to a UUID field
-------------------------------------+-------------------------------------
Reporter: Jerome Leclanche | Owner: Shubh
Type: | Parmar
Cleanup/optimization | Status: closed
Component: contrib.admin | Version: 3.1
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:"05e29da4212fa9f590d7bd10767ebacb25acfde9" 05e29da4]:
{{{
#!CommitTicketReference repository=""
revision="05e29da4212fa9f590d7bd10767ebacb25acfde9"
Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.

Co-Authored-By: Jerome Leclanche <jer...@leclan.ch>
}}}

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

Reply all
Reply to author
Forward
0 new messages