-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
In 1.3 version of Django everything works well, but in 1.4 it does not works for me.
It does not render a select field as autocomplete at all. Other javascripts are working...
Here's the part of head template
<script type="text/javascript" src="/static/scripts/jquery.js"></script> <script type="text/javascript" src="/static/scripts/jquery-ui.min.js"></script> <script type="text/javascript" src="/static/scripts/jquery-1.9.1.js"></script> <script type="text/javascript" src="/static/scripts/jquery-ui-1.10.2.custom.js"></script> <script type="text/javascript" src="/static/scripts/jquery-ui-1.10.2.custom.min.js"></script> <script type="text/javascript" src="/static/scripts/tablesorter.js"></script>Metadata
Metadata
Assignees
Labels
No labels