datatracker/ietf/community
Jennifer Richards a338df16f2
fix: 404 instead of 300 for ambiguous email_or_person (#8004)
* fix: 404 on CommunityList name collision

* fix: 404 on ambiuous person for photo() view

* test: update tests

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-10-16 11:36:54 -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: 404 instead of 300 for ambiguous email_or_person (#8004) 2024-10-16 11:36:54 -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: 404 instead of 300 for ambiguous email_or_person (#8004) 2024-10-16 11:36:54 -05:00