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, but it looks like you just need to do: > > from django.db import model > import dbarray > > class TestRun(models.Model): > function = models.CharField(max_length=64) > times = dbarray.FloatArrayField() > > Hope that helps. > > Cheers, > Cliff > > > On Mon, 2011-09-19 at 04:58 -0700, Kabir Kukreti wrote: > > 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, send email to django-users@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.