> However, if I add a new transaction, I want to see the Users listed in > the User ChoiceField by username, rather than userid which it > currently is. I have over 1000 users and so finding the correct user > is a nightmare.
You need to use raw_id_admin instead of that edit_inline stuff. You can't deal with such a large number of related fields without separating the field lookup from the form. -rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---