Re: admin shows `model name` object instead of values for foreign key fields

2015-02-06 Thread Larry Martell
On Fri, Feb 6, 2015 at 4:06 PM, Daniel Roseman wrote: > On Friday, 6 February 2015 20:30:02 UTC, larry@gmail.com wrote: >> >> I have a 1.7 app, and in admin when I reference a foreign key field, >> instead of showing the values in the drop down, it shows "`model name` >> object": >> >> > >> H

Re: admin shows `model name` object instead of values for foreign key fields

2015-02-06 Thread Daniel Roseman
On Friday, 6 February 2015 20:30:02 UTC, larry@gmail.com wrote: > > I have a 1.7 app, and in admin when I reference a foreign key field, > instead of showing the values in the drop down, it shows "`model name` > object": > > > How can I get it show the values from the IPGroups table? I'm s

admin shows `model name` object instead of values for foreign key fields

2015-02-06 Thread Larry Martell
I have a 1.7 app, and in admin when I reference a foreign key field, instead of showing the values in the drop down, it shows "`model name` object": [image: Inline image 2] This does not happen in 1.5 (in a different app). Here are my models: class IPGroups(models.Model): groupName = models.