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
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
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.
3 matches
Mail list logo