Hi, On 19 août, 19:07, Drasty <[EMAIL PROTECTED]> wrote: > class Thing(models.Model): > words = models.TextField() > note = models.IntegerField() > > def note_anchor(self): > return self.note > > (Input:) > > words = 'Blah blah.' > note = '1'
In your example, you input `note` as a string, whereas `note` is an IntegerField. Is it a typo ? What database backend are you using ? Sqlite, I guess ? Olivier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---