4
By default AutocompleteModelBase
has the attribute named limit_choices which by default is set tot 20. You can overwrite it with a new value to expand it. Although not documented, if you want no limit pass -1 as the attribute is only to slice the results
- [Django]-Optimizing djangos count() method
- [Django]-Convert python object to protocol buffer object
- [Django]-How to store HDF5 (HDF Store) in a Django model field
Source:stackexchange.com