summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/fields.txt
AgeCommit message (Expand)Author
2021-03-04[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-08-07Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas
2020-05-18Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh
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
2019-08-21Fixed broken links and redirects in documentation.François Freitag
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-16Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-01-31Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2017-10-09Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen
2017-09-29Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.Michael Käufl
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-08-26Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
2017-06-09Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-08Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-03Fixed #26101 -- Allowed introspection of base_field.model in RangeFieldanna
2016-03-12Fixed #26345 -- Clarified which RangesFields always return a canonical form.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-08Refs #25995 -- Documented that JSONField doesn't handle sophisticated seriali...Tim Graham
2015-12-19Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-10Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-08-01Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.Tim Graham
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn