Re: Postgres array datatypes equivalent in django models

2011-09-19 Thread J. Cliff Dyer
Sorry. The link for that project is https://github.com/ecometrica/django-dbarray Cheers, Cliff On Mon, 2011-09-19 at 11:15 -0400, J. Cliff Dyer wrote: > You might want to look into django-dbarray on github. It seems to add > support for postgresql array fields. > > I haven't used it before,

Re: Postgres array datatypes equivalent in django models

2011-09-19 Thread J. Cliff Dyer
You might want to look into django-dbarray on github. It seems to add support for postgresql array fields. I haven't used it before, but it looks like you just need to do: from django.db import model import dbarray class TestRun(models.Model): function = models.CharField(m

Postgres array datatypes equivalent in django models

2011-09-19 Thread Kabir Kukreti
Hi I have a legacy system, which uses Postgres array datatypes.We are now migrating to Django, can any one suggest a method to get the array types of Postgres in models.py ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,