We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36699ba commit 840145aCopy full SHA for 840145a
HISTORY.rst
@@ -6,6 +6,8 @@ Pending Release
6
7
.. Insert new release notes below this line
8
9
+* Upgrade to support django-debug-toolbar 2.0+.
10
+
11
1.1.0 (2019-09-06)
12
------------------
13
setup.py
@@ -17,7 +17,7 @@
17
license='Simplified BSD License',
18
packages=find_packages(),
19
install_requires=[
20
- 'django-debug-toolbar>=1.1,<2.0',
+ 'django-debug-toolbar>=2.0',
21
'wrapt',
22
],
23
include_package_data=True,
0 commit comments