django-polymorphic / django-polymorphic-tree

Polymorphic MPTT tree support for models
Other
170 stars 45 forks source link

Add Django 1.11 as a supported version to README.rst #60

Closed jorgebg closed 6 years ago

jorgebg commented 6 years ago

After taking a look at the code, I think it already supports Django 1.11, am I wrong?

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   63.89%   63.89%           
=======================================
  Files          12       12           
  Lines         781      781           
=======================================
  Hits          499      499           
  Misses        282      282

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 0c30a95...948da4e. Read the comment docs.

vdboor commented 6 years ago

Thanks for paying attention! This is indeed the case.