romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Replaced deprecated smart_text. #62

Open claudep opened 4 years ago

claudep commented 4 years ago

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

codecov-commenter commented 4 years ago

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.