raw_id_admin support direct visible repr of chosen object
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.
Change History
(6)
Cc: |
v.oostveen@… added
|
Component: |
Uncategorized → Admin interface
|
Has patch: |
set
|
Keywords: |
admin raw_id_admin added
|
Owner: |
changed from Jacob to Adrian Holovaty
|
Version: |
SVN → 0.96
|
Summary: |
[patch] raw_id_admin support direct visible repr of chosen object → raw_id_admin support direct visible repr of chosen object
|
Keywords: |
sprintsept14 added
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Closing in favor of #7028, which has more recent patches.