I have an array field in my PostrgreSQL database of type text. Is there a way to map this into a Django model ?
you have to subclass model.Field and write input and output methods.
model.Field
http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#custom-database-types