File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2015-2016 Ned Batchelder. All rights reserved.
1
+ Copyright 2015-2017 Ned Batchelder. All rights reserved.
2
2
3
3
Except where noted otherwise, this software is licensed under the Apache
4
4
License, Version 2.0 (the "License"); you may not use this work except in
Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ Changes
62
62
~~~~~~~
63
63
64
64
65
- v1.4 --- 2017-01-15
66
- ---------------------
65
+ v1.4 --- 2017-01-16
66
+ -------------------
67
67
68
68
Django 1.10.5 is now supported.
69
69
70
70
Checking settings configuration is deferred so that settings.py is included
71
71
in coverage reporting. Fixes `issue 28 `_.
72
72
73
73
Only the ``django.template.backends.django.DjangoTemplates `` template engine is
74
- supported, and it must be configured with ``['OPTIONS']['debug'] = True ``. Fixes
75
- `issue 27 `_.
74
+ supported, and it must be configured with ``['OPTIONS']['debug'] = True ``.
75
+ Fixes `issue 27 `_.
76
76
77
77
.. _issue 28 : https://github.com/nedbat/django_coverage_plugin/issues/28
78
78
.. _issue 27 : https://github.com/nedbat/django_coverage_plugin/issues/27
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = 'django_coverage_plugin' ,
25
- version = '1.3.1 ' ,
25
+ version = '1.4 ' ,
26
26
description = 'Django template coverage.py plugin' ,
27
27
author = 'Ned Batchelder' ,
28
28
You can’t perform that action at this time.
0 commit comments