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

Commit d632e19

Browse files
rib3reyang
authored andcommitted
support all versions of django 1.11 (#674)
1 parent 7aca916 commit d632e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, < 1.12.0',
4343
'opencensus >= 0.7.dev0, < 1.0.0',
4444
],
4545
extras_require={},

0 commit comments

Comments
 (0)