On Tue, Jun 2, 2009 at 10:59 AM, ryan <[email protected]> wrote: > > When I edit a User in the admin, the sales_team and user_class > dropdowns are empty. > > If anyone can point out my error or point me to the django core code > that ignores the choices, I would greatly appreciate it. > > [snip code]
I cannot recreate this with either Django 1.0.2 or current trunk. When I cut and paste the models/admin defs you show into a test app and then edit a user in admin, the two profile dropdowns are populated with an empty choice (all dashes) plus the choices you have specified. There must be something beyond what you have shown here that is coming into play. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

