Bondarenko Oleg
Bondarenko Oleg
## Custom autocomplete view fails with `Django>=3.2` This code ```python def get_urls(self) -> List: from admin_auto_filters.views import AutocompleteJsonView custom_urls = [ path( 'autocomplete/', self.admin_site.admin_view( AutocompleteJsonView.as_view(model_admin=self), ), name='autocomplete', ), ] return...
Sorry for a lot of files mode changes. That was an accident :-)
One small feature for the app. Allows to set a custom storage class for the filebrowser like FILEBROWSER_STORAGE_CLASS = 'django.core.files.storage.FileSystemStorage'