This was through a custom form in a public view. I haven't done much
On Sep 4, 4:50 pm, Anthony Simonelli <
asimonell...@gmail.com> wrote:
> Is this within the Admin interface? If so, I'm having a similar
> problem. I have a model called Request with a FK relationship to an
> Employee model. Within the Admin interface, when adding a Request,
> the drop-down of the Employees selection read "Employee Object". This
> is also the case when listing the Employees. There is no way to
> distinguish between the employees.
>
> How do I change, what I think is called the "string representation" of
> the object within the Admin interface. Also, is there some sort of
> naming convention when creating models to get these fields
> automatically?
>