datatracker/ietf/nomcom
2020-05-20 19:41:25 +00:00
..
management Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
migrations Removed all __future__ imports. 2020-03-05 23:53:42 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
decorators.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
factories.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +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 Removed some Py2 compatibility decorators. 2020-04-21 13:54: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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
tests.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +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 Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
views.py Updated the NomCom eligibility calculation to use the last 5 in-person meetings, in accordance with draft-iesg-nomcom-eligibility-2020-03 which has now been approved for publication. The code will need revisiting when the long-term policy is available. 2020-05-20 19:41:25 +00:00