datatracker/ietf/review
2020-12-07 19:36:47 +00:00
..
migrations Fixup document that had no type. Remove dangling review document. Fixes #3145. Commit ready for merge. 2020-12-07 19:36:47 +00:00
__init__.py Add review tracking models, add a request review page (with test), show 2016-05-19 15:35:30 +00:00
admin.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
factories.py Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
mailarch.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
models.py Removed some Py2 compatibility decorators. 2020-04-21 13:54:31 +00:00
policies.py Merged in [18373] from mark@painless-security.com: 2020-08-31 11:21:07 +00:00
resources.py Merged in [17069] from sasha@dashcare.nl: 2019-11-26 16:09:43 +00:00
tests.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
tests_policies.py Filter out reviewers who have rejected reviewing this document in the past from the list of suggested reviewers. Fixes #2996. Commit ready for merge. 2020-08-13 15:03:54 +00:00
utils.py Merged in [17794] from mark@painless-security.com: 2020-05-15 11:33:03 +00:00