Re: [Django] #9976: Generic Foreign Keys should have a nice widget(ala raw_id)

127 views
Skip to first unread message

Django

unread,
Sep 29, 2011, 6:54:20 AM9/29/11
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by julien):

* has_patch: 0 => 1
* ui_ux: => 1
* easy: => 0


Comment:

I've updated the patch to current trunk and fixed the tests. I haven't
examined the UI in detail yet though. Feedback and patches welcome.

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

Django

unread,
Dec 30, 2011, 6:44:36 PM12/30/11
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------

Comment (by prestontimmons):

I updated the patch to current trunk. I also fixed a typo in one of the
raised exceptions and changed the Image model to use a CharField rather
than an ImageField. I didn't see a good reason to require PIL to run the
tests. I didn't examine the UI.

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

Django

unread,
Jan 2, 2012, 1:07:35 PM1/2/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by julien):

* needs_better_patch: 0 => 1


Comment:

Thanks for updating the patch. Now that we've got Selenium support, it'd
be also quite useful to write some Selenium tests for the Javascript part.

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

Django

unread,
Apr 24, 2012, 5:42:19 PM4/24/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by carlos.palol@…):

* cc: carlos.palol@… (added)


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

Django

unread,
Apr 27, 2012, 8:49:20 AM4/27/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by LighteR):

* cc: unknownlighter@… (added)


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

Django

unread,
May 20, 2012, 12:57:22 AM5/20/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------

Comment (by anonymous):

where can i find showGenericRelatedObjectLookupPopup()?

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

Django

unread,
May 20, 2012, 10:33:50 AM5/20/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------

Comment (by jpic):

Hi all, i thought you'd like to know about a criticism of these patch and
approach: https://github.com/yourlabs/django-autocomplete-
light/issues/5#issuecomment-5809277

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

Django

unread,
Sep 11, 2012, 6:43:16 PM9/11/12
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by hoddez):

* cc: hoddez (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/9976#comment:16>

Django

unread,
Apr 4, 2013, 10:54:20 AM4/4/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by Dmitri Bogomolov <4glitch@…>):

* cc: 4glitch@… (added)


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

Django

unread,
Jun 8, 2013, 7:49:37 PM6/8/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

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

Django

unread,
Jun 8, 2013, 7:49:37 PM6/8/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: anonymous

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex => anonymous


* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

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

Django

unread,
Jun 8, 2013, 7:49:38 PM6/8/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: fixed

Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

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


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

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

Django

unread,
Jun 8, 2013, 10:00:48 PM6/8/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

* needs_tests: 0 => 1


* version: 1.0 => master
* easy: 0 => 1
* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

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

Django

unread,
Jun 9, 2013, 12:11:25 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: master

Severity: Normal | Resolution: fixed
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation: 1
Easy pickings: | Patch needs improvement: 1
http://testasp.vulnweb.com/t/fit.txt| UI/UX: 1
-------------------------------------+-------------------------------------

Changes (by ogpcludi <sample@…>):

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


* needs_tests: 0 => 1
* version: 1.0 => master

* easy: 0 => http://testasp.vulnweb.com/t/fit.txt

Django

unread,
Jun 9, 2013, 12:12:21 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------

Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: fixed
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e';select pg_sleep(17.534); -- ):

* status: assigned => closed
* resolution: => fixed
* needs_tests: 0 => 1
* version: 1.0 => master

* easy: 0 => 1


* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

Django

unread,
Jun 9, 2013, 12:12:53 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------

Reporter: Alex | Owner: anonymous
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation: 1
Easy pickings: | Patch needs improvement: 1
http://testasp.vulnweb.com/t/fit.txt| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by anonymous):

* needs_tests: 0 => 1
* version: 1.0 => master

* easy: 0 => http://testasp.vulnweb.com/t/fit.txt


* owner: Alex => anonymous

Django

unread,
Jun 9, 2013, 12:13:16 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

* status: assigned => new
* cc: sample@… (added)


* needs_tests: 0 => 1
* version: 1.0 => master

* easy: 0 => 1
* owner: Alex =>

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

Django

unread,
Jun 9, 2013, 12:13:17 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e and sleep(17.534) ):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:14:13 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: anonymous

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e" or (sleep(17.534)+1) limit 1 -- ):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex => anonymous


* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:14:14 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------

Reporter: Alex | Owner: anonymous
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation: 1
Easy pickings: | Patch needs improvement: 1
http://testasp.vulnweb.com/t/fit.txt| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by anonymous):

* owner: Alex => anonymous


* version: 1.0 => master

* type: New feature => Uncategorized

* easy: 1 => http://testasp.vulnweb.com/t/fit.txt


Comment:

Replying to [ticket:9976 Alex]:
&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

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

Django

unread,
Jun 9, 2013, 12:15:54 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi <sample@…>):

* status: assigned => new

* needs_tests: 0 => 1

* version: 1.0 => master

* easy: 0 => 1
* owner: Alex =>

* needs_docs: 0 => 1

* type: New feature => Uncategorized

* stage: Accepted => Unreviewed


Comment:

1

Django

unread,
Jun 9, 2013, 12:15:53 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e'; waitfor delay '0:0:17.534' -- ):

* status: assigned => new
* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* owner: Alex =>
* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:17:21 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by anonymous):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

Django

unread,
Jun 9, 2013, 12:18:19 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new

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

* status: assigned => new


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex =>

Django

unread,
Jun 9, 2013, 12:19:26 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: fixed

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

* status: assigned => closed


* type: New feature => Uncategorized

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1

* resolution: => fixed

Django

unread,
Jun 9, 2013, 12:19:26 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: anonymous
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e'; waitfor delay '0:0:17.534' -- ):

* needs_tests: 0 => 1


* version: 1.0 => master
* easy: 0 => 1

* owner: Alex => anonymous


* needs_docs: 0 => 1

* type: New feature => Uncategorized

* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:20:25 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by anonymous):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:20:54 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:


&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

--

Django

unread,
Jun 9, 2013, 12:20:55 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: anonymous

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by anonymous):

* owner: Alex => anonymous

* version: 1.0 => master

* type: New feature => Uncategorized


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:21:41 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e';select pg_sleep(17.534); -- ):

* needs_tests: 0 => 1


* version: 1.0 => master

* easy: 0 => 1
* needs_docs: 0 => 1

* type: New feature => Uncategorized

* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:
&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

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

Django

unread,
Jun 9, 2013, 12:22:08 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: anonymous

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e' and sleep(18.628)='):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex => anonymous

Django

unread,
Jun 9, 2013, 12:22:09 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new

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

* status: assigned => new


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* owner: Alex =>

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:23:04 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------

Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: | Unreviewed
http://testasp.vulnweb.com/t/fit.txt| Needs documentation: 1

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

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1

* has_patch: 1 => http://testasp.vulnweb.com/t/fit.txt


* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [comment:2 jacob]:

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

Django

unread,
Jun 9, 2013, 12:23:30 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: anonymous

Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: | Unreviewed
http://testasp.vulnweb.com/t/fit.txt| Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by anonymous):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex => anonymous


* needs_docs: 0 => 1
* has_patch: 1 => http://testasp.vulnweb.com/t/fit.txt
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:


&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

--

Django

unread,
Jun 9, 2013, 12:23:31 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1

Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e" and sleep(18.628)="):

* status: assigned => new


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* owner: Alex =>

* needs_docs: 0 => 1

* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:
&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

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

Django

unread,
Jun 9, 2013, 12:24:29 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: | Unreviewed
http://testasp.vulnweb.com/t/fit.txt| Needs documentation: 1

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

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1

* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:
&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

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

Django

unread,
Jun 9, 2013, 12:24:59 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: fixed

Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1

Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e" or (sleep(18.628)+1) limit 1 -- ):

* status: assigned => closed


* type: New feature => Uncategorized

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* needs_docs: 0 => 1

* resolution: => fixed

Django

unread,
Jun 9, 2013, 12:25:48 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e):

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1
* needs_docs: 0 => 1
* type: New feature => Uncategorized

Django

unread,
Jun 9, 2013, 12:36:34 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e" and sleep(21.934)="):

* status: assigned => new


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex =>

Django

unread,
Jun 9, 2013, 12:37:08 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------+--------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by ogpcludi%20%3csample%40email.tst%3e'; waitfor delay '0:0:21.934' -- ):

Django

unread,
Jun 9, 2013, 12:40:46 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------

Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation: 1
Easy pickings: 1 | Patch needs improvement:
| http://testasp.vulnweb.com/t/fit.txt
| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by ogpcludi <sample@…>):

* needs_better_patch: 1 => http://testasp.vulnweb.com/t/fit.txt


* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => 1
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

1

Django

unread,
Jun 9, 2013, 12:52:14 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: Alex
Type: Uncategorized | Status: assigned
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation:
Easy pickings: 1 | http://testasp.vulnweb.com/t/fit.txt
| Patch needs improvement: 1

| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by ogpcludi <sample@…>):

* needs_tests: 0 => 1


* version: 1.0 => master
* easy: 0 => 1

* needs_docs: 0 => http://testasp.vulnweb.com/t/fit.txt

Django

unread,
Jun 9, 2013, 12:55:35 AM6/9/13
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner:
Type: Uncategorized | Status: new

Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 1 | Needs documentation:
Easy pickings: 1 | http://testasp.vulnweb.com/t/fit.txt
| Patch needs improvement: 1
| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by anonymous):

* status: assigned => new

* needs_tests: 0 => 1
* version: 1.0 => master
* easy: 0 => 1

* owner: Alex =>


* needs_docs: 0 => http://testasp.vulnweb.com/t/fit.txt
* type: New feature => Uncategorized
* stage: Accepted => Unreviewed


Comment:

Replying to [ticket:9976 Alex]:


&gt; It would be nice if generic foreign keys could have a nice widget for
the admin, right now they aren't very usable.

--

Django

unread,
Oct 4, 2014, 10:17:48 PM10/4/14
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: Alex
Type: New feature | Status: assigned
Component: contrib.admin | Version: 1.0
Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
raw_id_fields | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 1
Needs tests: 0 | UI/UX: 1
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by collinanderson):

* keywords: design_ux => design_ux raw_id_fields

Django

unread,
Oct 26, 2015, 2:17:05 PM10/26/15
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner: auvipy

Type: New feature | Status: assigned
Component: contrib.admin | Version: master

Severity: Normal | Resolution:
Keywords: design_ux | Triage Stage: Accepted
raw_id_fields |
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by auvipy):

* owner: Alex => auvipy


* version: 1.0 => master


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

Django

unread,
Apr 22, 2016, 1:15:00 AM4/22/16
to django-...@googlegroups.com
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-------------------------------------+-------------------------------------
Reporter: Alex | Owner:
Type: New feature | Status: new

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

* owner: auvipy =>


* status: assigned => new


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

Reply all
Reply to author
Forward
0 new messages