
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
.. image:: https://travis-ci.org/mlavin/django-selectable.svg?branch=master :target: https://travis-ci.org/mlavin/django-selectable
.. image:: https://codecov.io/github/mlavin/django-selectable/coverage.svg?branch=master :target: https://codecov.io/github/mlavin/django-selectable?branch=master
.. note::
This project is looking for additional maintainers to help with Django/jQuery compatibility
issues as well as addressing support issues/questions. If you are looking to help out
on this project and take a look at the open
`help-wanted <https://github.com/mlavin/django-selectable/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted>`_
or `question <https://github.com/mlavin/django-selectable/issues?q=is%3Aissue+is%3Aopen+label%3Aquestion>`_
and see if you can contribute a fix. Be bold! If you want to take a larger role on
the project, please reach out on the
`mailing list <http://groups.google.com/group/django-selectable>`_. I'm happy to work
with you to get you going on an issue.
Django <http://www.djangoproject.com/>
_ >= 3.2jQuery <http://jquery.com/>
_ >= 1.9, < 3.0jQuery UI <http://jqueryui.com/>
_ >= 1.10To install::
pip install django-selectable
Next add selectable
to your INSTALLED_APPS
to include the related css/js::
INSTALLED_APPS = (
'contrib.staticfiles',
# Other apps here
'selectable',
)
The jQuery and jQuery UI libraries are not included in the distribution but must be included in your templates. See the example project for an example using these libraries from the Google CDN.
Once installed you should add the urls to your root url patterns::
urlpatterns = [
# Other patterns go here
url(r'^selectable/', include('selectable.urls')),
]
Documentation for django-selectable is available on Read The Docs <http://django-selectable.readthedocs.io/en/latest/>
_.
You can find additional help or support on the mailing list: http://groups.google.com/group/django-selectable
If you think you've found a bug or are interested in contributing to this project
check out our contributing guide <http://readthedocs.org/docs/django-selectable/en/latest/contribute.html>
_.
If you are interested in translating django-selectable into your native language
you can join the Transifex project <https://www.transifex.com/projects/p/django-selectable/>
_.
FAQs
Auto-complete selection widgets using Django and jQuery UI.
We found that django-selectable demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.