#3404: raw_id_admin does not work when modifying admin interface using 'fields' -------------------------------------+-------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: adrian Status: new | Component: Admin interface Version: SVN | Keywords: raw_id_admin fields Stage: Unreviewed | Has_patch: 0 -------------------------------------+-------------------------------------- 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.
-- Ticket URL: <http://code.djangoproject.com/ticket/3404> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
