Question : AttributeError: module 'django.db.models' has no attribute 'ArrayField'
Answered by : mitchaloha
from django.contrib.postgres.fields import ArrayField
bots_array = ArrayField(models.CharField(max_length=50), blank=True)
Source : https://stackoverflow.com/questions/38668045/arrayfield-not-recognized | Last Update : Fri, 22 Oct 21