Skip to content

Commit a877426

Browse files
committed
Merge tag 'v1.9.0' into develop
2 parents c72cc92 + 1944802 commit a877426

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="django-ajax-selects",
7-
version="1.8.0",
7+
version="1.9.0",
88
description="Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.",
99
author="Chris Sattinger",
1010
author_email="[email protected]",
@@ -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)