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

Asynchronous loading altertive to QuerySelectField #193

Closed
1 task done
okapies opened this issue Jun 21, 2022 · 3 comments
Closed
1 task done

Asynchronous loading altertive to QuerySelectField #193

okapies opened this issue Jun 21, 2022 · 3 comments

Comments

@okapies
Copy link
Contributor

okapies commented Jun 21, 2022

Checklist

  • There are no similar issues or pull requests for this yet.

Is your feature related to a problem? Please describe.

I need a QuerySelectField alternative that can fetch a limited number of items on demand like autocomplete_fields in Django admin, instead of loading entire records of the related (possibly very huge) table when rendering the page.

Describe the solution you would like.

No response

Describe alternatives you considered

No response

Additional context

No response

@aminalaee
Copy link
Owner

Hi @okapies That would be form_ajax_refs and it's a WIP in #149. It needs a bit of change in the main logic but definitely a must-have.

@masksshow
Copy link

#272

@aminalaee
Copy link
Owner

Merged in #292 and will be available in 0.5.0.

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

3 participants