File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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+
2930Include 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
120121Many 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
126127Dual 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/ >
Original file line number Diff line number Diff line change 44
55setup (
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" ,
10104848- 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)
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments