datatracker/ietf/review
2020-05-20 07:31:35 +00:00
..
migrations Added a migration where Django 2.0 captures more model information than 1.11 did. 2020-05-20 07:31:35 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +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 Merged in work from sasha@dashcare.nl on Review Queue Managemnt: 2019-12-04 23:02:52 +00:00
utils.py Merged in [17794] from mark@painless-security.com: 2020-05-15 11:33:03 +00:00