summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/forms.txt
AgeCommit message (Expand)Author
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2021-01-14Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak
2020-07-15FIxed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2019-09-10Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn
2015-01-23Fixed typo in docs/ref/contrib/postgres/forms.txt.Tim Graham
2015-01-22Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-04Added HStoreField.Marc Tamlyn
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn