datatracker/ietf/nomcom
2020-03-25 13:36:29 +00:00
..
management Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794. Commit ready for merge. 2020-01-08 19:51:14 +00:00
migrations Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794. Commit ready for merge. 2020-01-08 19:51:14 +00:00
templatetags Don't manually linewrap when looking at feedback - let the pasted styling do that. Fixes #2761. Commit ready for merge. 2019-08-12 19:22:39 +00:00
__init__.py view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom 2012-11-20 00:40:57 +00:00
admin.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
decorators.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
factories.py Changed the object factory instances of nomcom private key and cert to be byte objects (matching the production settings), and fixed the issue with nomcom key handling under Py3 found by fenton@bluepopcorn.net. Did some renaming in nomcom/tests.py to better match setup/teardown function names to functionality. 2020-03-25 13:36:29 +00:00
fields.py Py2/3 compatibility: Added __future__ import and an explicit encoding scheme, not relying on py3's implicit utf-8 2019-07-15 15:44:38 +00:00
forms.py Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794. Commit ready for merge. 2020-01-08 19:51:14 +00:00
managers.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
models.py Merged in [17201] from rjsparks@nostrum.com: 2020-01-10 16:16:31 +00:00
redirect_ann_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00: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
test_data.py Merged in [17201] from rjsparks@nostrum.com: 2020-01-10 16:16:31 +00:00
tests.py Changed the object factory instances of nomcom private key and cert to be byte objects (matching the production settings), and fixed the issue with nomcom key handling under Py3 found by fenton@bluepopcorn.net. Did some renaming in nomcom/tests.py to better match setup/teardown function names to functionality. 2020-03-25 13:36:29 +00:00
urls.py Add a page for the nomcom-chair and the secretariat to view who the datatracker thinks is nomcom eligible. Related to #2257. Commit ready for merge. 2018-01-17 17:58:58 +00:00
utils.py Changed the object factory instances of nomcom private key and cert to be byte objects (matching the production settings), and fixed the issue with nomcom key handling under Py3 found by fenton@bluepopcorn.net. Did some renaming in nomcom/tests.py to better match setup/teardown function names to functionality. 2020-03-25 13:36:29 +00:00
views.py Changed the object factory instances of nomcom private key and cert to be byte objects (matching the production settings), and fixed the issue with nomcom key handling under Py3 found by fenton@bluepopcorn.net. Did some renaming in nomcom/tests.py to better match setup/teardown function names to functionality. 2020-03-25 13:36:29 +00:00