Hello, Popups in Related fields in Django 1.11. This is how it looks like:
Before Popup:

After Popup:

It works fine in Django's default admin.
@f1nality Hey.
Please come to the django-jet Discord server so we can organize if you like:
Welcome! 馃槃
Hi uroybd, I see that this issue was published more than one year, but in case someone is having to same problem.
The issue comes from a conflict of x-frame-options as you can see in the second screenshot.
to solve it here is link: https://goo.gl/SQoRce
I solved this just commenting the 'django.middleware.clickjacking.XFrameOptionsMiddleware' middleware

https://github.com/django-treebeard/django-treebeard/issues/126
https://github.com/django-treebeard/django-treebeard/issues/126
I solved this just commenting the 'django.middleware.clickjacking.XFrameOptionsMiddleware' middleware
django-treebeard/django-treebeard#126
django-treebeard/django-treebeard#126
Most helpful comment
https://docs.djangoproject.com/en/3.0/ref/clickjacking/