datatracker/ietf/community
Sangho Na 9d583ab9eb
fix: Use email or name when building community list view (#7203)
* fix: Use email or name when building community list view

instead of email

* test: add test case

* chore: remove debug

* fix: use name in community list menu when no active email is found

---------

Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
2024-09-16 10:06:16 -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 fix: Use email or name when building community list view (#7203) 2024-09-16 10:06:16 -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