Skip to content

Autocomplete doesn't work in Django 1.4? #15

@annndrey

Description

@annndrey

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions