Opened 13 years ago
Closed 13 years ago
#17735 closed Uncategorized (invalid)
1.4 release notes don't mention that user messages are gone
Reported by: | Dan Poirier | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4-beta-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
User messages were deprecated in 1.2 (https://docs.djangoproject.com/en/dev/releases/1.2/#user-messages-api) and are gone in 1.4, but don't seem to be mentioned in the 1.4 release notes.
Note:
See TracTickets
for help on using tickets.
We list features/APIs that are removed in the release notes for the version where it is deprecated (N) and not in the release notes for version N+2 when it is completely removed.
Also, there is a deprecation timeline document where the note you ask for is listed under the 1.4 heading.
For this specific case URLs are https://docs.djangoproject.com/en/dev/releases/1.2/#user-messages-api and https://docs.djangoproject.com/en/1.3/internals/deprecation/ respectively.