else:
#raise exception
pass
class myCharClass(models.Model):
myCF = myCharField(max_length=30)
[SQL]
CREATE TABLE test_mycharclass (
mycf char(30)
)
;
regards,
Stanley Huang
2010/4/21 derek
> On Apr 20, 1:31 pm, Huang Stanley wrote:
> > Hi all:
> >
Hi all:
I try to find all fields but only IPAddressField is char data type,
but it's a fix-length char data type for 15 characters.
Is there any field that I can use for this purpose.
PS. I use django 1.2 beta 1 on Ubuntu.
Thanks for your kindly assistance.
regards,
Stanley Huang
--
You rec
2 matches
Mail list logo