Wednesday, January 27, 2021

Show FK as input instead of drop down in admin

Hi!

Is it possible to disable fetching of related models for admin pages?
I have a field that links to a table containing more than 1M rows which django tries to fetch and build the drop down. For my purpose, it is sufficient if it is a simple input containing the id instead.

How can I accomplish this?

Thank you!

Kind regards
Kevin

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/12a7c928-a960-4c48-b631-93153260adbfn%40googlegroups.com.

No comments:

Post a Comment