farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 76 forks source link

Use django.jQuery instead of dollar sign #24

Closed joren485 closed 4 years ago

joren485 commented 4 years ago

Description

This replaces the remaining $ with django.jQuery. As is done in #15

This fixes a $ is not defined error that occurs sometimes.

joren485 commented 4 years ago

@farhan0581 Could you look at this?

joren485 commented 4 years ago

@farhan0581 bump.