jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.28k stars 317 forks source link

Add compatibility with Django 4.1 formset added event #392

Closed claudep closed 2 years ago

claudep commented 2 years ago

In Django 4.1, the 'formset:added' event is a native JS event. See https://github.com/django/django/commit/eabc22f91

codecov[bot] commented 2 years ago

Codecov Report

Merging #392 (608314a) into master (608314a) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 608314a differs from pull request most recent head defcb45. Consider uploading reports for the commit defcb45 to get more accurate results

@@           Coverage Diff           @@
##           master     #392   +/-   ##
=======================================
  Coverage   89.34%   89.34%           
=======================================
  Files           6        6           
  Lines         291      291           
  Branches       54       54           
=======================================
  Hits          260      260           
  Misses         14       14           
  Partials       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 608314a...defcb45. Read the comment docs.