On Wed, Jul 16, 2008 at 10:14 AM, Molly <[EMAIL PROTECTED]> wrote: > I am trying to add an integer and a string:
I assume self.slope_height_rr is the float? Have you tried turning it into a string before adding it to another string? def __unicode__(self): return self.consequence + ': ' + str(self.slope_height_rr) Brett --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---