summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+4
|
* Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.Hasan Ramezani2018-05-131-1/+1
|
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-1/+1
|
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
| | | | Thanks Tim Graham for the review.
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot2016-08-251-3/+4
|
* Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette2015-12-171-0/+30
Thanks to Trac alias benzid-wael for the report.