Opened 13 years ago
Closed 13 years ago
#18079 closed Bug (duplicate)
Offline HTML docs report django 1.4 docs as 1.5
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
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
Not really a big deal, but Django's 1.4 offline HTML docs report the docs as being for Django 1.4. This is a snippet from index.html:
<title>Django documentation — Django v1.5 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: ,
VERSION: '1.5',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Django v1.5 documentation" href="#" />
I have a script that turns your docs into Apple's docsets to use with Dash in osx and I get the version from the files and just noticed that.
Duplicate of #18067.