I used Django ArrayField with Postgres Database, I read the documentation however I cannot find a method to retreive all values saved inside the array field.
After retrieved the record from database, I want to convert ArrayField type into python list type.