Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 0a60425

Browse files
committed
Django DB instrumentation is Django 2.0+
1 parent 0c133b1 commit 0a60425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'Django >= 1.11.0, <= 1.11.20',
42+
'Django >= 1.11.0',
4343
'opencensus >= 0.2.dev0, < 1.0.0',
4444
],
4545
extras_require={},

0 commit comments

Comments
 (0)