summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/validators.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek2018-12-241-0/+3
|
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-0/+6
|
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-2/+2
|
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+13
| | | | | | | | | Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
* Added HStoreField.Marc Tamlyn2014-11-041-0/+20
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews.