Here is what I\'m trying to do: Make a model in Django that is a PostgreSQL array (database specific type), which contains foreign keys to another model.
You have to use ManyToManyField, ArrayField can't be related with another model.
ManyToManyField
ArrayField