Re: Ordering in Admin change page

2007-07-31 Thread oggie rob
> 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

Ordering in Admin change page

2007-07-31 Thread Tipan
I'm sure this is easily answered, but so far the solution has evaded me. I have a table in my model definition eg: class Transaction(models.Model): user=models.ForeignKey(UserProfile,edit_inline=models.TABULAR,num_extra_on_change=0) description=models.CharField(maxlength=200,help_text=