Why do you need this method inside a Django model ?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-07T21:07:11Z Indexed on 2010/05/07 21:08 UTC
Read the original article Hit count: 170

Filed under:
|
|
Class mytable(models.Model):
    abc = ...
    xyz = ...
    def __unicode__(self):

Why is the "def Unicode" necessary?

© Stack Overflow or respective owner

Related posts about django

Related posts about python