django-ckeditor
has been replaced withdjango-tinymce
as the former is no longer maintained. This change also required the removal ofckeditor
from theINSTALLED_APPS
in thesettings.py
file.- Deprecated Python < 3.8 as
django-tinymce
does not support Python 3.7 and below.
- A bug where CSS files were not loading in the admin page has been resolved.
- When retrieving signal constraints we were previously filtering by a signal's content type using the
Signal.objects.get
method. However, there can been multipleSignal
instances for a single content type. This therefore would cause an error. This has been fixed by retrieving the signal constraints from theSignal
instance directly.
mailing_list
now accepts a comma separated list of email addresses as well as a function that would return a list of email addresses.
- Fixed Django requirement in setup.cfg
- Added the ability to add context to the plain and HTML fields.
- Fixed bug where certain fields could not be accessed in a model when saving signal constraints.
- Allowed
created
as a valid value forparam_1
in the signal constraints form.
- Now supports django-grapelli.
- Added Ckeditor
- Initial Release