[Django]-How to use ArrayField in Django using PostgreSQL DB?

4👍

django.contrib.postgres will be a part of 1.8 release.

1👍

Fortunately there are several unofficial implementations postgresql arrays in django. One of the most notable being djorm-pgarray. Another option is django-dbarray when Django 1.8 eventually gets rolled out, migration shouldn’t be too difficult.

👤e4c5

Leave a comment