#28532 closed Bug (fixed)
Misspelled PostgreSQL data type in documentation
Reported by: | Andreas Poisel | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The documentation on PostgreSQL specific model fields / DateTimeRangeField states that the value is represented in the database by a tztsrange
. The correct name of the data type is tstzrange
(PostgreSQL Documentation on range types).
Note:
See TracTickets
for help on using tickets.
In 3c0b2b8: