File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ History
2
+ -------
3
+
4
+ Pending Release
5
+ ---------------
6
+
7
+ .. Insert new release notes below this line
8
+
9
+ * Improve instrumentation to avoid interfering with other monkey patches on
10
+ ``Template.render() ``
11
+ (`Commit a961216 <https://github.com/node13h/django-debug-toolbar-template-profiler/commit/a96121620d48c0d8f2c8b4e6eaf18eb265a5b48e >`__).
12
+ * Prevent installation with django-debug-toolbar 2.0+ since the panel is not
13
+ currently compatible
14
+ (`Commit f0b8b50 <https://github.com/node13h/django-debug-toolbar-template-profiler/commit/f0b8b50da92e160fcf878c4deabb598b2e901dd3 >`__).
15
+ * Instrument Jinja2 templates
16
+ (`PR #5 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/5 >`__).
17
+
18
+ 1.0.2 (2017-05-03)
19
+ ------------------
20
+
21
+ * Add Python 3 trove classifier
22
+ (`PR #4 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/4 >`__).
23
+ * Fix GitHub URL
24
+ (`PR #2 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/2 >`__).
25
+
26
+ Prior history can be seen on the `GitHub master
27
+ history <https://github.com/node13h/django-debug-toolbar-template-profiler/commits/master> `__.
Original file line number Diff line number Diff line change 9
9
author = 'Sergej Alikov' ,
10
10
11
11
url = 'https://github.com/node13h/django-debug-toolbar-template-profiler' ,
12
- download_url = 'https://pypi.python.org/pypi/django-debug-toolbar-template-profiler' ,
12
+ project_urls = {
13
+ "Changelog" : "https://github.com/node13h/django-debug-toolbar-template-profiler/blob/master/HISTORY.rst"
14
+ },
13
15
license = 'Simplified BSD License' ,
14
16
packages = find_packages (),
15
17
install_requires = [
You can’t perform that action at this time.
0 commit comments