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 b331319 commit ea2d60dCopy full SHA for ea2d60d
setup.py
@@ -21,7 +21,7 @@
21
'mock',
22
'pytz',
23
'django-filter',
24
- 'pytest-django==2.9.1',
+ 'pytest-django>=3.2.1',
25
] + rest_framework_require
26
27
django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0'
0 commit comments