Django Summernote Versions Save

Simply integrate Summernote editor with Django project.

0.8.19.0

2 years ago

Thank you to all contributors and users of django-summernote.

  • #405: Set X-Frame-Options setting on a per-view basis (@czlee)

  • #396: HTML escaping (@campfireman)

  • Bump Summernote to 0.8.19

  • Drop support for Python 2

  • Drop support for outdated Django versions

And also thanks to @ulgens, @ncampuzano, @aathikahamed, and other contributors.

0.8.11.6

4 years ago
  • HOTFIX: Remove unintended form application from admin mixins (@lqez)

0.8.11.5

4 years ago
  • Fix crispy-forms issue with SummernoteInplaceWidget (@wuuuduu)
  • Security fixes and CustomUserPassesTestMixin in SummernoteUploadAttachment view (@wuuuduu)
  • Update Travis / Tox settings for the latest Django and Python versions (@lqez)
  • Add test targets for Django 3.0+ (@lqez)
  • Replace test runner with pytest (@lqez)

0.8.11.4

5 years ago
  • Show proper error message while uploading images
  • Update style of SummernoteWiget
  • Update files of jQuery-file-upload

0.8.11.1

5 years ago

hotfix

  • Add eot file again

0.8.11.0

5 years ago
  • Update Summernote to 0.8.11
  • Fix import behaviour (thanks to Jorge Klemm)
  • Fix onBlurCodeview to use Summernote callback
  • Remove warning by removing regex at path() (thanks to Ant Somers)
  • Add Django 2.0 usage on README (thanks to Ant Somers)
  • Make test suite pass on Django master branch (thanks to Claude Paroz)
  • Fix widget rendering repeatly (thanks to Andrew Cordery)

0.8.10.0

5 years ago
  • Fix en-US locale issue for static files
  • Now support Bootstrap4 and Lite UI
  • Update Summernote and language files

0.8.8.8

5 years ago
  • Fix Django 2.1 compatibility issue
  • Fix major bug

0.8.8.7

6 years ago
  • Widgets are refactored, now all summernote options are available.
  • Remove duplicated & unused codes
  • Fix Django 1.11 compatibility issue

0.8.8.6

6 years ago
  • Remove duplicated codes into a mixin
  • Add a sample model for testing admin page manually
  • Add .flake8 setting
  • Rename summer_note to summernote
  • Changing the language loading to be synchronous
  • View import path fix
  • Change class-based view from function-based view
  • Add summernote_fields to control which fields will use summernote in admin.
  • Fix SummernoteInplaceWidget full screen not work bug.
  • Update latest summernote options for __summernote_options__
  • Fixes ResizeSensor.js: TypeError: window.getComputedStyle(...) is null

Thank you all contributors!