datatracker/ietf/community
Jennifer Richards 70ab711216
refactor: separate concerns / rename notify_events (#8328)
* refactor: separate signal receiver from work

* test: split test to match code structure

* test: fix test

* refactor: reorg signals in community app
2024-12-12 16:48:44 -06: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
apps.py refactor: separate concerns / rename notify_events (#8328) 2024-12-12 16:48:44 -06:00
forms.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
models.py refactor: separate concerns / rename notify_events (#8328) 2024-12-12 16:48:44 -06: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
signals.py refactor: separate concerns / rename notify_events (#8328) 2024-12-12 16:48:44 -06:00
tasks.py feat: send doc event emails via celery (#7680) 2024-07-12 10:10:46 -05:00
tests.py refactor: separate concerns / rename notify_events (#8328) 2024-12-12 16:48:44 -06: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: 404 instead of 300 for ambiguous email_or_person (#8004) 2024-10-16 11:36:54 -05:00