syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
643 stars 134 forks source link

Selecting all rows for foreign keys. #118

Open jbremer opened 10 years ago

jbremer commented 10 years ago

When adding or modifying a row which has a foreign key there's a dropdown box (which is a nice idea - although it'd be even more awesome if I can specify a way to search through all rows of this particular table) but it fetches all rows from the table. You can imagine this doesn't really work well when you have a foreign key in a table with a few million rows.. ;)