Re: Using array type data in Django/ Postgresql

2010-06-11 Thread Euan Goddard
I'd just create a related model and use a many-to-many field. Alternatively you could write your own field, but this would restrict your application to postgres only. Euan On Jun 10, 1:03 pm, bjja wrote: > Hi > > Psycopg2 supports array types but I can not find any evident > information whether

Using array type data in Django/ Postgresql

2010-06-10 Thread bjja
Hi Psycopg2 supports array types but I can not find any evident information whether Django supports them. Bjørn -- 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