I am trying to display this EDU 103 using:

    def __str__(self):
        return self.program, " ", self.course_number

program (EDU) is a foreign key and 103 is an integer field.  I get
this:

(<SyllabusProgram: EDU>, ' ', 103L)

What do I need to do? If it is a python (not Django) issue just tell
me.  I am new to python and want to learn it more and I will just find
it out.

Thanks.
Seth


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to