Skip to main content

Django application to handle chained model fields.

Project description

Django Smart Selects

Jazzband Build Status Coverage Status PyPI

This package allows you to quickly filter or group "chained" models by adding a custom foreign key or many to many field to your models. This will use an AJAX query to load only the applicable chained objects.

Works with Django version 3.2 to 5.0.

Warning: The AJAX endpoint enforces no permissions by default. This means that any model with a chained field will be world readable. If you would like more control over this permission, the django-autocomplete-light package is a great, high-quality package that enables the same functionality with permission checks.

Documentation

For more information on installation and configuration see the documentation at:

https://django-smart-selects.readthedocs.io/

Reporting issues / sending PRs

You can try the test_app example using:

python manage.py migrate
python manage.py loaddata test_app/fixtures/*
python manage.py runserver

Then login with admin/admin at http://127.0.0.1:8000/admin/

TODO

  • Add permission checks to enable users to restrict who can use the chained fields.
  • Add a ChainedCheckboxSelectMultiple widget and adjust chainedm2m.js and chainedfk.js to build checkboxes in that case

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_smart_selects-1.7.2.tar.gz (27.9 kB view details)

Uploaded Source

Built Distribution

django_smart_selects-1.7.2-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

Details for the file django_smart_selects-1.7.2.tar.gz.

File metadata

  • Download URL: django_smart_selects-1.7.2.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for django_smart_selects-1.7.2.tar.gz
Algorithm Hash digest
SHA256 c8116718ecf2d0d0fd4cd1e52c26d2dcc586e25319aa65af7af2d51a1012df3a
MD5 29b7dc80dedad00b3708cb4541cb7ee0
BLAKE2b-256 4a333b512f6b38e0581be812f470424e9b819688edba03b581931534d5fcfc11

See more details on using hashes here.

File details

Details for the file django_smart_selects-1.7.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_smart_selects-1.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 08c774d96285e6d169043cd548860d74d085be8d349c42437232c42bc43cd79a
MD5 9aaae03fe6efe0e21589913b62fb9d17
BLAKE2b-256 7a834ae33d1518409ac65891cc5f739cface4d8f27117fbf1eda3a515e90e86c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page