datatracker/ietf/community
Jennifer Richards f1d58da877
feat: send doc event emails via celery (#7680)
* feat: notify_event_to_subscribers_task

* fix: avoid circular import, handle error

* fix: don't queue task in test mode

* fix: don't even send mail in test mode

* test: separately test signal

* fix: if/else error

* test: better naming

* test: test the new task

* test: better test name

* test: refactor notify email test

* fix: save, not update

* test: restore template coverage
2024-07-12 10:10:46 -05:00
..
migrations feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
__init__.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
admin.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
forms.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
models.py feat: send doc event emails via celery (#7680) 2024-07-12 10:10:46 -05:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
tasks.py feat: send doc event emails via celery (#7680) 2024-07-12 10:10:46 -05:00
tests.py feat: send doc event emails via celery (#7680) 2024-07-12 10:10:46 -05:00
urls.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
utils.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
views.py fix: Accept&ignore group_type for some views 2024-02-12 17:38:36 -04:00