@@ -144,13 +144,13 @@ found and believed to be unmeasured HTML template files. This is now fixed.
144144.. _issue 78 : https://github.com/nedbat/django_coverage_plugin/issues/78
145145
146146
147- v2.0.1 --- 2021-10-06
148- ---------------------
147+ v2.0.1 — 2021-10-06
148+ -------------------
149149
150150Test and claim our support on Python 3.10.
151151
152- v2.0.0 --- 2021-06-08
153- ---------------------
152+ v2.0.0 — 2021-06-08
153+ -------------------
154154
155155Drop support for Python 3.4 and 3.5.
156156
@@ -168,58 +168,58 @@ during test collection. Thanks to Daniel Izquierdo for the fix.
168168.. _issue 60 : https://github.com/nedbat/django_coverage_plugin/issues/60
169169.. _issue 63 : https://github.com/nedbat/django_coverage_plugin/issues/63
170170
171- v1.8.0 --- 2020-01-23
172- ---------------------
171+ v1.8.0 — 2020-01-23
172+ -------------------
173173
174174Add support for:
175175
176176- Coverage 5
177177
178- v1.7.0 --- 2020-01-16
179- ---------------------
178+ v1.7.0 — 2020-01-16
179+ -------------------
180180
181181Add support for:
182182
183183- Python 3.7 & 3.8
184184- Django 2.2 & 3.0
185185
186- v1.6.0 --- 2018-09-04
187- ---------------------
186+ v1.6.0 — 2018-09-04
187+ -------------------
188188
189189Add support for Django 2.1.
190190
191191
192- v1.5.2 --- 2017-10-18
193- ---------------------
192+ v1.5.2 — 2017-10-18
193+ -------------------
194194
195195Validates support for Django version 2.0b1. Improves discovery of
196196template files.
197197
198198
199- v1.5.1a --- 2017-04-05
200- ----------------------
199+ v1.5.1a — 2017-04-05
200+ --------------------
201201
202202Validates support for Django version 1.11. Testing for new package
203203maintainer Pamela McA'Nulty
204204
205205
206- v1.5.0 --- 2017-02-23
207- ---------------------
206+ v1.5.0 — 2017-02-23
207+ -------------------
208208
209209Removes support for Django versions below 1.8. Validates support for
210210Django version 1.11b1
211211
212212
213- v1.4.2 --- 2017-02-06
214- ---------------------
213+ v1.4.2 — 2017-02-06
214+ -------------------
215215
216216Fixes another instance of `issue 32 `_, which was the result of an
217217initialization order problem.
218218
219219
220220
221- v1.4.1 --- 2017-01-25
222- ---------------------
221+ v1.4.1 — 2017-01-25
222+ -------------------
223223
224224Fixes `issue 32 `_, which was the result of an initialization order
225225problem.
@@ -228,8 +228,8 @@ problem.
228228
229229
230230
231- v1.4 --- 2017-01-16
232- -------------------
231+ v1.4 — 2017-01-16
232+ -----------------
233233
234234Django 1.10.5 is now supported.
235235
@@ -245,8 +245,8 @@ engine is supported, and it must be configured with
245245
246246
247247
248- v1.3.1 --- 2016-06-02
249- ---------------------
248+ v1.3.1 — 2016-06-02
249+ -------------------
250250
251251Settings are read slightly differently, so as to not interfere with
252252programs that don't need settings. Fixes `issue 18 `_.
@@ -255,30 +255,30 @@ programs that don't need settings. Fixes `issue 18`_.
255255
256256
257257
258- v1.3 --- 2016-04-03
259- -------------------
258+ v1.3 — 2016-04-03
259+ -----------------
260260
261261Multiple template engines are allowed. Thanks, Simon Charette.
262262
263263
264264
265- v1.2.2 --- 2016-02-01
266- ---------------------
265+ v1.2.2 — 2016-02-01
266+ -------------------
267267
268268No change in code, but Django 1.9.2 is now supported.
269269
270270
271271
272- v1.2.1 --- 2016-01-28
273- ---------------------
272+ v1.2.1 — 2016-01-28
273+ -------------------
274274
275275The template debug settings are checked properly for people still using
276276``TEMPLATE_DEBUG `` in newer versions of Django.
277277
278278
279279
280- v1.2 --- 2016-01-16
281- -------------------
280+ v1.2 — 2016-01-16
281+ -----------------
282282
283283Check if template debugging is enabled in the settings, and raise a
284284visible warning if not. This prevents mysterious failures of the
@@ -291,15 +291,15 @@ been applied yet.
291291
292292
293293
294- v1.1 --- 2015-11-12
295- -------------------
294+ v1.1 — 2015-11-12
295+ -----------------
296296
297297Explicitly configure settings if need be to get things to work.
298298
299299
300300
301- v1.0 --- 2015-09-20
302- -------------------
301+ v1.0 — 2015-09-20
302+ -----------------
303303
304304First version :)
305305
0 commit comments