#30528: Django Admin adds Javascript in different sequences
-------------------------------------+-------------------------------------
Reporter: FreakyTea | Owner: nobody
Type: Bug | Status: new
Component: | Version: 2.1
contrib.admin |
Severity: Normal | Keywords: admin, inline, js
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Hi,
we're using Django on a large scale intern company project. We found an
issue with using inlines. On Creation of a new Model the Admin interface
with inlines works fine (jQuery gets loaded on top of the page, inline.js
follows way down in the head section).
But after saving this model and reopening it, the inline.js is loaded
directly after jQuery and posts following error:
{{{
TypeError: undefined is not an object (evaluating '$.fn')
}}}
I made a little workaround with my own javascript just calling the
inline.js if that didn't load. But that can't be the solution.
Do you know whats the problem or what we could do?
Regards
Fabian
--
Ticket URL: <https://code.djangoproject.com/ticket/30528>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.a621d9cb44e52e21f9be22837ea00d01%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.