django-tinymce4-lite icon indicating copy to clipboard operation
django-tinymce4-lite copied to clipboard

Replaced deprecated smart_text.

Open claudep opened this issue 4 years ago • 1 comments

Replaced by force_str as the 'smart' effect (keeping strings lazy) is not needed here.

claudep avatar Jun 19 '20 12:06 claudep

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   91.40%   91.40%           
=======================================
  Files           6        6           
  Lines         221      221           
=======================================
  Hits          202      202           
  Misses         19       19           
Impacted Files Coverage Δ
tinymce/widgets.py 92.17% <100.00%> (ø)

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 eef7af8...260d830. Read the comment docs.

codecov-commenter avatar Jun 19 '20 12:06 codecov-commenter