django-cjswidget 
A replacement for the Select widget with fancy new features - powered by choices.js!
Install
- Add "cjswidget" to your
INSTALLED_APPS:
INSTALLED_APPS = [
...
'cjswidget',
]
Use
Use in place of a normal select widget, that's all!
from cjswidget.widgets import CJSWidget
class MyForm(ModelForm):
class Meta:
model = Profile
fields = ('country', 'region')
widgets = {
'country': CJSWidget(),
'region': CJSWidget(options={'shouldSort': False}),
}
License
This software is released under the MIT license.
Copyright (c) 2019-2026 Luke Rogers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Release files for django-cjswidget 0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_cjswidget-0.7.1.tar.gz | 32.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_cjswidget-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 60.7 kB
Release files / django_cjswidget-0.7.1.tar.gz
| Download URL | django_cjswidget-0.7.1.tar.gz |
|---|---|
| Size | 32.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
46e69dbede553441a304f357e621f08f292552b9fa5f70b418546d1d7e47c42a
|
|
BLAKE2b-256 checksum How to use checksums |
e903fd5bded255b6d250bf10d7c15e1dd805f39989b1a314ef9e07b92c4b00aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 30, 2026.
Transparency logRelease files / django_cjswidget-0.7.1-py3-none-any.whl
| Download URL | django_cjswidget-0.7.1-py3-none-any.whl |
|---|---|
| Size | 27.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
741111059715a08c4ee98f5e7ba414b1e476ee71adadb4ef1e9be5eb888e8d75
|
|
BLAKE2b-256 checksum How to use checksums |
74d6f1c3d9928133366dafd3de08d9146e0fcfb4aa40211e5c948614677d056b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 30, 2026.
Transparency log