File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed
Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 55 <img alt="Django Select2: Custom autocomplete fields for Django" src="https://github.com/codingjoe/django-select2/raw/main/images/logo-light.svg">
66 </picture >
77<br >
8- <a href =" https://django-select2.rtfd.io " >Documentation</a >
8+ <a href =" https://django-select2.rtfd.io " >Documentation</a > |
9+ <a href =" https://github.com/codingjoe/django-select2/issues/new/choose " >Issues</a > |
10+ <a href =" https://github.com/codingjoe/django-select2/releases " >Changelog</a > |
11+ <a href =" https://github.com/sponsors/codingjoe " >Funding</a > 💚
912</p >
1013
1114# Django-Select2
Original file line number Diff line number Diff line change 1- ################
2- Django Select2
3- ################
4-
51.. image :: https://github.com/codingjoe/django-select2/raw/main/images/logo-light.svg
62 :align: center
73 :alt: Django Select2: Custom autocomplete fields for Django
128 :alt: Django Select2: Custom autocomplete fields for Django
139 :class: only-dark
1410
11+ ################
12+ Django Select2
13+ ################
14+
15+ *Custom autocomplete fields for Django. *
16+
17+ `Documentation `_ | `Issues `_ | `Changelog `_ | `Funding `_ 💚
18+
19+ .. _documentation : https://django-select2.rtfd.io/
20+ .. _issues : https://github.com/codingjoe/django-select2/issues/new/choose
21+ .. _changelog : https://github.com/codingjoe/django-select2/releases
22+ .. _funding : https://github.com/sponsors/codingjoe
23+
1524**************
1625 Installation
1726**************
Original file line number Diff line number Diff line change @@ -52,11 +52,14 @@ docs = [
5252]
5353
5454[project .urls ]
55- Project-URL = " https://github.com/codingjoe/django-select2"
55+ # https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
56+ Homepage = " https://github.com/codingjoe/django-select2"
5657Changelog = " https://github.com/codingjoe/django-select2/releases"
5758Source = " https://github.com/codingjoe/django-select2"
59+ Releasenotes = " https://github.com/codingjoe/django-select2/releases/latest"
5860Documentation = " https://django-select2.rtfd.io/"
59- Issue-Tracker = " https://github.com/codingjoe/django-select2/issues"
61+ Issues = " https://github.com/codingjoe/django-select2/issues"
62+ Funding = " https://github.com/sponsors/codingjoe"
6063
6164[tool .flit .module ]
6265name = " django_select2"
You can’t perform that action at this time.
0 commit comments