summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/forms.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-20/+22
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-2/+6
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-4/+4
* Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak2021-01-141-19/+0
* FIxed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise2020-07-151-1/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-2/+6
* Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak2019-09-101-13/+0
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-2/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-2/+1
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-021-0/+15
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-4/+0
* Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman2016-12-151-2/+6
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-18/+18
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-2/+6
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-0/+15
* Fixed typo in docs/ref/contrib/postgres/forms.txt.Tim Graham2015-01-231-1/+1
* Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An2015-01-221-1/+25
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+45
* Fix malformed note directives.Carl Meyer2014-11-171-0/+1
* Added HStoreField.Marc Tamlyn2014-11-041-0/+20
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+135