Re: Collapsible elements in admin stopped working with latest release

2019-07-15 Thread Mike Dewhirst
Paul I have dug a little deeper.I am getting a warning in 2.1 ... D:\Users\mike\envs\xxct3\lib\site-packages\django\forms\widgets.py:126: MediaOrderConflictWarning: Detected duplicate Media files in an opposite order: admin/js/vendor/jquery/jquery.min.js /tinymce/filebrowser/

Re: Collapsible elements in admin stopped working with latest release

2019-07-13 Thread Mike Dewhirst
Are you using TinyMCE, filebrowser and Grappelli? I had a similar problem as you describe and resorted to django-tinymce4-lite and django-filebrowser-no-grappelli which fixed it for me. I haven't done any deep digging so I can't be certain why mine started behaving properly. Mike On

Re: Collapsible elements in admin stopped working with latest release

2019-07-12 Thread Paul Michalski
I can confirm this bug also occurs when using the minified file, collapse.min.js. I just updated our production server and the same bug popped up. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Collapsible elements in admin stopped working with latest release

2019-07-12 Thread Paul Michalski
I just upgraded from Django 2.1.3 to 2.2.3, at which point collapsible elements in the admin interface stopped working. I’m using IE11, and in the console I see the error “object doesn't support property or method 'matches'”, with a reference to line 35 of collapse.js in the admin package. I did