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

upgrade for django2 #194

Closed arthru closed 6 years ago

arthru commented 6 years ago

I don't know why travis fails with python 3.3... Some help here would be welcome !

PetrDlouhy commented 6 years ago

@arthru Support for Python 3.3 was dropped in Travis-CI.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files          10       10           
  Lines         374      374           
=======================================
  Hits          357      357           
  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 9148f04...cffe1a3. Read the comment docs.

arthru commented 6 years ago

I merged and resolved conflicts and now travis is successful !

tkh commented 6 years ago

Hey guys; looks like this one might be redundant now after https://github.com/mlavin/django-selectable/pull/199/ was merged in?

Fairly keen for Django 2.0 support so just wanted to bump some attention here.

mlavin commented 6 years ago

Yes this has been covered by #199