jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.12k stars 352 forks source link

Update installation.md to use USE_DJANGO_JQUERY instead of JQUERY_URL #352

Open markddavidoff opened 10 months ago

markddavidoff commented 10 months ago

JQUERY_URL=True did not work for me. See https://stackoverflow.com/questions/61727169/django-smart-selects-not-working-properly

codecov[bot] commented 10 months ago

Codecov Report

Merging #352 (760885f) into master (699426b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #352   +/-   ##
=======================================
  Coverage   80.46%   80.46%           
=======================================
  Files           8        8           
  Lines         471      471           
  Branches       68       68           
=======================================
  Hits          379      379           
  Misses         60       60           
  Partials       32       32           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!