@@ -144,13 +144,13 @@ found and believed to be unmeasured HTML template files. This is now fixed.
144
144
.. _issue 78 : https://github.com/nedbat/django_coverage_plugin/issues/78
145
145
146
146
147
- v2.0.1 --- 2021-10-06
148
- ---------------------
147
+ v2.0.1 — 2021-10-06
148
+ -------------------
149
149
150
150
Test and claim our support on Python 3.10.
151
151
152
- v2.0.0 --- 2021-06-08
153
- ---------------------
152
+ v2.0.0 — 2021-06-08
153
+ -------------------
154
154
155
155
Drop support for Python 3.4 and 3.5.
156
156
@@ -168,58 +168,58 @@ during test collection. Thanks to Daniel Izquierdo for the fix.
168
168
.. _issue 60 : https://github.com/nedbat/django_coverage_plugin/issues/60
169
169
.. _issue 63 : https://github.com/nedbat/django_coverage_plugin/issues/63
170
170
171
- v1.8.0 --- 2020-01-23
172
- ---------------------
171
+ v1.8.0 — 2020-01-23
172
+ -------------------
173
173
174
174
Add support for:
175
175
176
176
- Coverage 5
177
177
178
- v1.7.0 --- 2020-01-16
179
- ---------------------
178
+ v1.7.0 — 2020-01-16
179
+ -------------------
180
180
181
181
Add support for:
182
182
183
183
- Python 3.7 & 3.8
184
184
- Django 2.2 & 3.0
185
185
186
- v1.6.0 --- 2018-09-04
187
- ---------------------
186
+ v1.6.0 — 2018-09-04
187
+ -------------------
188
188
189
189
Add support for Django 2.1.
190
190
191
191
192
- v1.5.2 --- 2017-10-18
193
- ---------------------
192
+ v1.5.2 — 2017-10-18
193
+ -------------------
194
194
195
195
Validates support for Django version 2.0b1. Improves discovery of
196
196
template files.
197
197
198
198
199
- v1.5.1a --- 2017-04-05
200
- ----------------------
199
+ v1.5.1a — 2017-04-05
200
+ --------------------
201
201
202
202
Validates support for Django version 1.11. Testing for new package
203
203
maintainer Pamela McA'Nulty
204
204
205
205
206
- v1.5.0 --- 2017-02-23
207
- ---------------------
206
+ v1.5.0 — 2017-02-23
207
+ -------------------
208
208
209
209
Removes support for Django versions below 1.8. Validates support for
210
210
Django version 1.11b1
211
211
212
212
213
- v1.4.2 --- 2017-02-06
214
- ---------------------
213
+ v1.4.2 — 2017-02-06
214
+ -------------------
215
215
216
216
Fixes another instance of `issue 32 `_, which was the result of an
217
217
initialization order problem.
218
218
219
219
220
220
221
- v1.4.1 --- 2017-01-25
222
- ---------------------
221
+ v1.4.1 — 2017-01-25
222
+ -------------------
223
223
224
224
Fixes `issue 32 `_, which was the result of an initialization order
225
225
problem.
@@ -228,8 +228,8 @@ problem.
228
228
229
229
230
230
231
- v1.4 --- 2017-01-16
232
- -------------------
231
+ v1.4 — 2017-01-16
232
+ -----------------
233
233
234
234
Django 1.10.5 is now supported.
235
235
@@ -245,8 +245,8 @@ engine is supported, and it must be configured with
245
245
246
246
247
247
248
- v1.3.1 --- 2016-06-02
249
- ---------------------
248
+ v1.3.1 — 2016-06-02
249
+ -------------------
250
250
251
251
Settings are read slightly differently, so as to not interfere with
252
252
programs that don't need settings. Fixes `issue 18 `_.
@@ -255,30 +255,30 @@ programs that don't need settings. Fixes `issue 18`_.
255
255
256
256
257
257
258
- v1.3 --- 2016-04-03
259
- -------------------
258
+ v1.3 — 2016-04-03
259
+ -----------------
260
260
261
261
Multiple template engines are allowed. Thanks, Simon Charette.
262
262
263
263
264
264
265
- v1.2.2 --- 2016-02-01
266
- ---------------------
265
+ v1.2.2 — 2016-02-01
266
+ -------------------
267
267
268
268
No change in code, but Django 1.9.2 is now supported.
269
269
270
270
271
271
272
- v1.2.1 --- 2016-01-28
273
- ---------------------
272
+ v1.2.1 — 2016-01-28
273
+ -------------------
274
274
275
275
The template debug settings are checked properly for people still using
276
276
``TEMPLATE_DEBUG `` in newer versions of Django.
277
277
278
278
279
279
280
- v1.2 --- 2016-01-16
281
- -------------------
280
+ v1.2 — 2016-01-16
281
+ -----------------
282
282
283
283
Check if template debugging is enabled in the settings, and raise a
284
284
visible warning if not. This prevents mysterious failures of the
@@ -291,15 +291,15 @@ been applied yet.
291
291
292
292
293
293
294
- v1.1 --- 2015-11-12
295
- -------------------
294
+ v1.1 — 2015-11-12
295
+ -----------------
296
296
297
297
Explicitly configure settings if need be to get things to work.
298
298
299
299
300
300
301
- v1.0 --- 2015-09-20
302
- -------------------
301
+ v1.0 — 2015-09-20
302
+ -----------------
303
303
304
304
First version :)
305
305
0 commit comments