datatracker/ietf/community
Jennifer Richards c6389ba65f
fix: only send state change notifications once (#7953)
* feat: split state_change_event create / save

* refactor: avoid double-save in rfceditor.py

* feat: only send notifications on event creation

* test: update test_notification_signal_receiver()

* chore: update comment
2024-09-18 14:02:00 -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 fix: only send state change notifications once (#7953) 2024-09-18 14:02:00 -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 fix: only send state change notifications once (#7953) 2024-09-18 14:02:00 -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: Use email or name when building community list view (#7203) 2024-09-16 10:06:16 -05:00