summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/forms/array.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn