Django 1.8 ArrayField append & extend
问题 Django 1.8 will come with new advanced field types including ArrayField these rely on PostgreSQL and are implemented at a DB level. PostgreSQL's array field implements an append method. However I can't find any documentation on appending an item to an ArrayField . This would clearly be very useful as it would allow the field to be updated without transferring its entire contents from the db then back to it. Is this possible? If not will it be possible in future? Any pointers to docs I've