﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18079	Offline HTML docs report django 1.4 docs as 1.5	gustavo@…	nobody	"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 &mdash; 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."	Bug	closed	Documentation	1.4	Normal	duplicate			Unreviewed	0	0	0	0	0	0
