On Apr 20, 1:31 pm, Huang Stanley <wenlien1...@gmail.com> wrote:
> 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

How about:
http://docs.djangoproject.com/en/1.1/ref/models/fields/#charfield
or
http://docs.djangoproject.com/en/1.1/ref/forms/fields/#charfield

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to