Skip to content

Commit 7c40d03

Browse files
committed
Bump version, update docs
1 parent 084547c commit 7c40d03

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Edit `ForeignKey`, `ManyToManyField` and `CharField` in Django Admin using jQuery UI AutoComplete.
1+
# Edit `ForeignKey`, `ManyToManyField` and `CharField` in Django Admin using jQuery UI AutoComplete
22

33
[![Build Status](https://travis-ci.org/crucialfelix/django-ajax-selects.svg?branch=master)](https://travis-ci.org/crucialfelix/django-ajax-selects) [![PyPI version](https://badge.fury.io/py/django-ajax-selects.svg)](https://badge.fury.io/py/django-ajax-selects)
44

@@ -26,6 +26,7 @@ INSTALLED_APPS = (
2626
...
2727
)
2828
```
29+
2930
Include the urls in your project:
3031

3132
```py
@@ -119,11 +120,11 @@ Read the full documention here: [outside of the admin](http://django-ajax-select
119120

120121
Many thanks to all contributors and pull requesters !
121122

122-
https://github.com/crucialfelix/django-ajax-selects/graphs/contributors
123+
<https://github.com/crucialfelix/django-ajax-selects/graphs/contributors/>
123124

124125
## License
125126

126127
Dual licensed under the MIT and GPL licenses:
127128

128-
* http://www.opensource.org/licenses/mit-license.php
129-
* http://www.gnu.org/licenses/gpl.html
129+
* <http://www.opensource.org/licenses/mit-license.php/>
130+
* <http://www.gnu.org/licenses/gpl.html/>

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="2.1.0",
7+
version="2.2.0",
88
description="Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.",
99
author="Chris Sattinger",
1010
author_email="[email protected]",
@@ -48,7 +48,7 @@
4848
- Integrate with other UI elements elsewhere on the page using the javascript API
4949
- Works in Admin as well as in normal views
5050
51-
- Django >=2.2, <=3
51+
- Django >=3, <=4
5252
- Python >=3.6
5353
""",
5454
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deps =
2626
dj30: Django>=3,<3.1
2727
dj31: Django>=3.1,<3.2
2828
dj32: Django>=3.2,<3.3
29-
dj40: Django>=4,<4.1
29+
dj40: Django>=4,<5
3030
; djmaster: https://github.com/django/django/zipball/master
3131

3232
[testenv:py38-flake8]

0 commit comments

Comments
 (0)