Opened 18 years ago
Closed 17 years ago
#3404 closed (worksforme)
raw_id_admin does not work when modifying admin interface using 'fields'
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | raw_id_admin fields | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm not sure if this is a bug or a feature, but I haven't found it listed in tickets, so I though I'd add it.
I have a modified admin form for editing Member profiles, which are related to Users. I used 'fields' to organise it better and collapse it's parts. As the list of user in my database grows, I wanted to use 'raw_id_admin' to switch from a dropdown select widget to a new window listing all my users. However this doesn't work.
When I remove 'fields' from Admin class in my Profile model, 'raw_id_admin' works.
I'm unable to replicate this.