django-polymorphic / django-polymorphic-tree

Polymorphic MPTT tree support for models
Other
171 stars 44 forks source link

Adapt docs to fix #68 #79

Closed David-Guillot closed 2 years ago

David-Guillot commented 4 years ago

Hi there,

Just a quick docs PR to avoid people looking in Github issues about the very obscure error message TypeError: issubclass() arg 1 must be a class.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   64.96%   64.96%           
=======================================
  Files          12       12           
  Lines         762      762           
=======================================
  Hits          495      495           
  Misses        267      267           

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 17a125f...917090b. Read the comment docs.

David-Guillot commented 4 years ago

Anyone? @vdboor maybe?

vdboor commented 2 years ago

sorry for missing this, thanks!