Steven
Steven
I think I found out what was happening. Grappelli's project replaces the admin/js/vendor/jquery files from the original django when you collectstatic [See that here](https://github.com/sehmaschine/django-grappelli/tree/master/grappelli/static/admin/js/vendor/jquery) I had to manually replace django's...
I manually copied the jquery.js file after collectstatic and it did the trick. Since Grappelli's own files are collected after DAL, they are copied over what DAL uses, at least...
Yes, I think I know exactly what is happening. The click box is hidden underneath another field. Check the z-index. I brought a similar issue up in Grappelli and they...
I updated my docker image to 51.2 and I still can't get the imports and exports to work.. 
jQuery 3.7 is now out and replacing jquery fixes the issue for me. https://github.com/select2/select2/issues/5993 https://github.com/jquery/jquery/releases/tag/3.7.0