Opened 8 years ago
Closed 8 years ago
#26887 closed Bug (fixed)
Deprecation documentation for 1.9 not clear
Reported by: | Joe Sanford | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | documentation, deprecation |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the deprecation documentation for 1.9, it states "The ability to use a SplitDateTimeWidget with DateTimeField will be removed." However, there is no alternatives listed, which has led to confusion for myself and my coworker. New alternatives should perhaps be added (such as using a SplitDateTime field instead, or what widget to use in its place).
Change History (1)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
That information is present in the 1.7 release notes. We don't repeat all the upgrade instructions for each deprecated feature. In ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6, I've corrected the 1.9 release notes to point to the 1.7 release notes rather than the deprecation timeline which doesn't have any additional information.