Skip to content

Commit 28fed16

Browse files
Add Django 3 compatibility (#6)
1 parent ed8513b commit 28fed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
include_package_data=True,
1919
python_requires='>=3.4',
2020
install_requires=(
21-
'django>=2.0,<3.0',
21+
'django>=2.0',
2222
),
2323
license='MIT',
2424
description='Django 2.0 ModelAdmin list_filter with autocomplete widget.',

0 commit comments

Comments
 (0)