index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
/
forms.txt
Age
Commit message (
Expand
)
Author
2020-07-15
[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.
Eric Theise
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2016-12-15
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-05-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn
2015-01-23
Fixed typo in docs/ref/contrib/postgres/forms.txt.
Tim Graham
2015-01-22
Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2014-11-17
Fix malformed note directives.
Carl Meyer
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn