Hello!
I need to change the Select (combobox) generated by the ForeignKey
relation:
I have this class:
class Employee(Person):
address = models.ForeignKey(Address)
Django automatically generates the combobox, but I wanted to be a form
to enter the address of the Employee.
The address is "endereco" in the image:
http://postimage.org/image/zino9gxw/
Does anyone know how can I change this?
Thanks!!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.