Opened 9 years ago
Closed 9 years ago
#26969 closed Bug (fixed)
Release Notes 1.8.14
| Reported by: | Peter J. Farrell | Owned by: | nobody | 
|---|---|---|---|
| Component: | Documentation | Version: | 1.8 | 
| Severity: | Normal | Keywords: | documentation | 
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
The 1.8.14 release notes are missing from this page however it's found on the 1.9 releases page:
https://docs.djangoproject.com/en/1.8/releases/
The link to "Online Documentation" for 1.8.14 under Previous Releases in the right column is broken on the following page:
https://www.djangoproject.com/download/
Previous releases Django 1.8.14: Django-1.8.14.tar.gz Checksums: Django-1.8.14.checksum.txt Release notes: Online documentation <<---- Bad link
Change History (2)
comment:1 by , 9 years ago
| Easy pickings: | unset | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 9 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Thanks for the report, it's remedied now. #627 may have been the cause.
  Note:
 See   TracTickets
 for help on using tickets.
    
Indeed, the link doesn't work for me either.
It seems that the
1.8branch of the documentation hasn't been rebuilt yet to include the new file.It might be worth it to add this step to the release checklist [1] so we don't forget it in the future.
Thanks.
[1] https://docs.djangoproject.com/en/1.9/internals/howto-release-django/