5 | | The issue is that the request hits django.contrib.admin.views.autocomplete.AutocompleteJsonView.process_request where a `KeyError` occurs for app_label because request.GET is an empty QueryDict |
| 5 | The issue is that the request hits ''django.contrib.admin.views.autocomplete.AutocompleteJsonView.process_request'' where a `KeyError` occurs for app_label because request.GET is an empty QueryDict |
| 6 | |
| 7 | |
| 8 | * update 2* |
| 9 | When Django Storages is turned off request.GET is the following |
| 10 | |
| 11 | |
| 12 | {{{ |
| 13 | <QueryDict: {'app_label': ['example'], 'model_name': ['examplemodel'], 'field_name': ['lookup']}> |
| 14 | }}} |
| 15 | |