feat: reflect breaking change in internal release description (#3826)
BREAKING CHANGE: the datatracker now uses bootstrap 5 and html 5
see also 6eeae80207
This commit is contained in:
parent
6ffda37cd8
commit
7c4205d49b
|
@ -17,5 +17,5 @@ class ReleasePagesTest(TestCase):
|
||||||
self.assertEqual(r.status_code, 200)
|
self.assertEqual(r.status_code, 200)
|
||||||
q = PyQuery(r.content)
|
q = PyQuery(r.content)
|
||||||
text = q('#content').text()
|
text = q('#content').text()
|
||||||
for word in ["About", "2.00", "3.00", "4.00", "5.0.0"]:
|
for word in ["About", "2.00", "3.00", "4.00", "5.0.0", "6.0.0", "7.0.0", "8.0.0"]:
|
||||||
self.assertIn(word, text)
|
self.assertIn(word, text)
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
moments. For the nitty-gritty week-to-week code changes, please check the release
|
moments. For the nitty-gritty week-to-week code changes, please check the release
|
||||||
notes or the commit log.
|
notes or the commit log.
|
||||||
</p>
|
</p>
|
||||||
|
<h2>Version 8.0.0: Facelift using Bootstrap 5</h2>
|
||||||
<h2>Version 7.0.0: Django 2</h2>
|
<h2>Version 7.0.0: Django 2</h2>
|
||||||
<h2>Version 6.0.0: Facelift using Bootstrap 3</h2>
|
<h2>Version 6.0.0: Facelift using Bootstrap 3</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -105,4 +106,4 @@
|
||||||
of it and its capabilities was made 2002-11-20
|
of it and its capabilities was made 2002-11-20
|
||||||
in Atlanta by Thomas Narten.
|
in Atlanta by Thomas Narten.
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue