Skip to content

Commit 193c052

Browse files
committed
Update requirements and compatibility for Django 3
1 parent c72cc92 commit 193c052

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Read the full documention here: [outside of the admin](http://django-ajax-select
7777

7878
## Compatibility
7979

80-
* Django >=1.8, <3.0
80+
* Django >=1.8, <=3
8181
* Python >=2.7, >=3.5
8282

8383
## Contributors

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=4.4.1
22
coveralls>=1.1
3-
flake8>=3.3.0
3+
flake8>=3.7.0
44
tox>=2.8.0
55
sphinx>=1.6.1
66
sphinx_rtd_theme

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
django>=1.8, <2.2
1+
django>=1.8, <=3
22
wheel>=0.29.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- Integrate with other UI elements elsewhere on the page using the javascript API
5151
- Works in Admin as well as in normal views
5252
53-
- Django >=1.8, <3.0
53+
- Django >=1.8, <=3
5454
- Python >=2.7, >=3.5
5555
""",
5656
)

0 commit comments

Comments
 (0)