summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/utils.py
AgeCommit message (Expand)Author
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