jdbit

Results 2 issues of jdbit

Hi, The latest version of django-newsletter doesn't work with Django 4.1. I got this error: `ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'` I fixed it by replacing deprecated ugettext_lazy to...

Hi, I want to change the default text "Type text..." but for some reason `placeholder` argument for EditorJsJSONField field doesn't change anything. My code: ``` class Page(models.Model): ... content =...