which is max size of 'max_length' in django .

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-08T06:23:46Z Indexed on 2010/04/08 6:33 UTC
Read the original article Hit count: 292

Filed under:
|

this is my model:

class Position(models.Model):
    map = models.ForeignKey(Map,primary_key=True)
    #members=models.CharField(max_length=200)
    LatLng = models.CharField(max_length=40000)
    infowindow = models.CharField(max_length=40000)

but it can't run ..

thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about max