Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Select2, Django Auto Complete Light or similar to search/add foreign keys. Multiples checkbox. #234

Open
george72 opened this issue Aug 17, 2022 · 0 comments

Comments

@george72
Copy link

Hi!

Description

One of the issues in forms outside admin is with combo boxes that display a foreign key i.e. a City. In order to find it Select2 may be helpful and in order to enter a new foreign key i.e. a new city or a new name in the same combo box DAL (Django autocomplete light) may be needed.
In DAL case it is more common that the combo box appears empty even when there are records to show.

One more case is how to select with multiple checkbox in a template to delete or apply an action to several records like the admin does to delete records but for outside admin.

Possible Solutions

So it would be helpful your recommendation about what package to use and basic troubleshooting for most frequent issues.

Your full name so we can provide accurate credit within the book. Jorge Manuel Cárdenas Gaona

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant