Re: Django Admin Multiple Models and Dropdown list

2018-09-18 Thread mab . mobile . 01
Hi Julio, Thank you so much. I should have picked that up myself. It worked! Thanks again. Marc On Tuesday, September 18, 2018 at 10:30:20 AM UTC-5, Julio Biason wrote: > > Hey Mab, > > You probably need to replace you `__init__` to `__str__`. They are two > different things. > > On Tue, Sep

Re: Django Admin Multiple Models and Dropdown list

2018-09-18 Thread Julio Biason
Hey Mab, You probably need to replace you `__init__` to `__str__`. They are two different things. On Tue, Sep 18, 2018 at 12:18 PM, wrote: > I have the following models and admin files and I would like to be able to > show the text representation of the ExpenseCategory category field in the > d