summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/validators.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.Jack Linke2022-10-051-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+33
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-4/+1
* Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.Imran Iqbal2017-11-071-2/+2
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin2017-01-181-3/+0
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-2/+4
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-4/+4
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-2/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-1/+14
* Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer2014-11-221-1/+1
* Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer2014-11-221-1/+1
* Added HStoreField.Marc Tamlyn2014-11-041-1/+50
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+16