summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/utils.py
AgeCommit message (Expand)Author
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-05-13Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.Hasan Ramezani
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2015-12-17Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette