(Cross-posting with StackOverflow)
Hi,
My main model ObjetArchi has several related models, connected through foreign keys. To avoid loading a long list of values and scrolling infinitely through it, I’m using the autocomplete feature in the ObjetArchi admin interface. Related models have to be registered for the autocomplete to work, but I’d like them not to be shown in the left sidebar. Is there a way to hide them while still being able to edit them through the main model if needed?
Thanks for your help!