﻿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
27916	versionchanged / versionadded annotation titles missing in downloadable docs	Ulrich Petri	nobody	"The downloadable docs don't contain the titles for the `versionchanged` / `versionadded` annotations. The html source contains the respective divs with optional content but the ""New in Django ..."" and ""Changed in Django ..."" title spans are missing.

Example from the html version (`ref/settings.html#engine`):

Online version:
{{{
<div class=""versionchanged"">
    <span class=""title"">Changed in Django 1.9:</span> 
    <p>The <code class=""docutils literal""><span class=""pre"">django.db.backends.postgresql</span></code> backend is named <code class=""docutils literal""><span class=""pre"">django.db.backends.postgresql_psycopg2</span></code> in older releases. For backwards compatibility, the old name still works in newer versions.</p>
</div>
}}}

Downloadable version:
{{{
<div class=""versionchanged"">
    <p>The <code class=""docutils literal""><span class=""pre"">django.db.backends.postgresql</span></code> backend is named <code class=""docutils literal""><span class=""pre"">django.db.backends.postgresql_psycopg2</span></code> in older releases. For backwards compatibility, the old name still works in newer versions.</p>
</div>
}}}"	Bug	closed	Documentation	1.10	Normal	fixed			Accepted	1	0	0	0	0	0
