mlavin / django-selectable

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
http://django-selectable.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
129 stars 64 forks source link

Django 2.1 Compat #200

Closed kluchrj closed 6 years ago

kluchrj commented 6 years ago

Updates to support Django 2.1 (mostly test fixes).

I had to swap out the xml.dom.minidom parser to html5lib as Django 2.1 no longer includes a closing slash on void elements, which is incompatible within XHTML. I also added python3.7 to the test matrix.

I did not update the version number, since 1.2.0 was never officially released.

codecov-io commented 6 years ago

Codecov Report

Merging #200 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   94.89%   94.89%           
=======================================
  Files          10       10           
  Lines         333      333           
=======================================
  Hits          316      316           
  Misses         17       17

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7be7ad6...0ef8bb4. Read the comment docs.