Jan Malte Gerth
Jan Malte Gerth
@decibyte @vvangelovski Which issues are still open and prevent a release with Django 2.0 support?
Hi @Kern3l , is this still an issue with Django 2.2, as this is the only still supported Version of Django 2 (ending April 2022)
``` yaml - name: add gitlab.company.de to ssh config ssh_config: host=gitlab.company.de hostname=queen.company.de port=2215 remote_user=git identity_file=/root/.ssh/id_gitlab_deploy user=root state=present tags: ssh - name: add gitlab.3rdparty to ssh config ssh_config: host=gitlab.3rdparty hostname=gitlab.3rdparty remote_user=git...
@softzer0 did you set `MESSAGE_STORAGE` in ypur settings to `'messages_extends.storages.FallbackStorage'`, according to the install instructions in the README.md? ```python # project/settings.py MESSAGE_STORAGE = 'messages_extends.storages.FallbackStorage' ``` Only the `PersistentStorage` can handle...
As far as I understand this is the `COMMENTS_XTD_CONFIRM_EMAIL` setting, right? So this is already/now implemented and the issue could be closed. https://django-comments-xtd.readthedocs.io/en/latest/settings.html#comments-xtd-confirm-email
Ok, thanks for the clarification. The generated link should only be valid for a specific period (24h) I think. Would you agree?
@AliLozano actually the message only gets processed and saved by the `PersistentStorage`, if the message level is in `PERSISTENT_MESSAGE_LEVELS`. Therefor adding a custom persistant message level is currently not possible...
Checks for django 4.0 and 4.1 going to be added by #380 As soon as this is merged, adding python 3.9 and 3.10 could be added as well.
Python 3.10 is tested now. This issue can be closed.
@brunobord Would you like to add yearly updated holidays to the calendars? I don't think there is an other solution for some government decided holidays.