datatracker/ietf/api
Jennifer Richards 89d2a0c012
feat: API to retrieve active email addrs (#7035)
* feat: API to retrieve active email addrs

* test: Test active_email_list view

* chore: Remove debug statement

* fix: Return 405 on non-GET requests
2024-02-20 16:38:36 -06:00
..
management refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
templates/api ci: Also check generated HTML with the "vnu" validator (#3682) 2022-03-21 12:50:23 -05:00
__init__.py fix: Include time zone information in v1 api datetimes (#5851) 2023-06-21 11:43:19 -05:00
__init__.pyi Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
ietf_utils.py feat: API to replace email alias generation commands (#7012) 2024-02-07 10:15:50 -06:00
serializer.py test: Use django_stubs_ext.QuerySetAny for isinstance() checks 2023-05-13 10:05:33 -03:00
tests.py feat: API to retrieve active email addrs (#7035) 2024-02-20 16:38:36 -06:00
urls.py feat: API to retrieve active email addrs (#7035) 2024-02-20 16:38:36 -06:00
views.py feat: API to retrieve active email addrs (#7035) 2024-02-20 16:38:36 -06:00