summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/validators.py
Commit message (Expand)AuthorAgeFilesLines
* 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