Is there any facility in Django which takes advantage of postgresql's
support of arrays?  I'd like to be able to store the list returned by
a SelectMultiple to an array of strings.  Currently, I am converting
the list to comma separated values to store in the database, but it
would be nice to store it in some sort of MultiCharField which takes a
list.

Thanks,
Steve


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to