Opened 11 years ago
Closed 11 years ago
#21394 closed Bug (duplicate)
Django 1.6 offline docs are actually 1.5.4
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The archive at https://docs.djangoproject.com/m/docs/django-docs-1.6-en.zip contains the docs for Django 1.5.4, instead of Django 1.6
Change History (2)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #21400 (which describes the problem a bit better).
Note:
See TracTickets
for help on using tickets.
As I can see, this is not a problem with the documentation version itself, but simply with the version number in the title. It might be caused by the way the
release
variable is defined indocs/conf.py
.