Opened 16 years ago

Closed 15 years ago

#4134 closed (duplicate)

raw_id_admin support direct visible repr of chosen object

Reported by: anonymous Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: admin raw_id_admin sprintsept14
Cc: v.oostveen@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the current raw_id_admin ability of 0.96 does not show you the value you selected.
this is only visible after saving. also it does not show a change to the field only
the new id number in the box, but the old repr of the object stays until save.

i know this is entirely refactored in svn for the upcoming release with newformsadmin.

but i thought to still share this patch with u, for other people wanting to use raw_id_admin in the 0.96 release.

this patch changes 2 files in django/contrib/admin, to pass the extra information needed to add or change the title of the selected object in the field.

Attachments (1)

django-0.96-contrib-admin-raw_id_admin-repr_on_select_change.diff (2.5 KB) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 16 years ago by anonymous

Cc: v.oostveen@… added
Component: UncategorizedAdmin interface
Has patch: set
Keywords: admin raw_id_admin added
Owner: changed from Jacob to Adrian Holovaty
Version: SVN0.96

comment:2 Changed 16 years ago by Collin Grady <cgrady@…>

Summary: [patch] raw_id_admin support direct visible repr of chosen objectraw_id_admin support direct visible repr of chosen object

comment:3 Changed 16 years ago by Julian Bez

Keywords: sprintsept14 added
Triage Stage: UnreviewedAccepted

comment:4 Changed 15 years ago by Brian Rosner

Version: 0.96SVN

comment:5 Changed 15 years ago by Karen Tracey

Resolution: duplicate
Status: newclosed

Closing in favor of #7028, which has more recent patches.

Note: See TracTickets for help on using tickets.
Back to Top