datatracker/ietf/review
2019-05-06 13:36:16 +00:00
..
migrations Fixed some migrations issues that prevented the review assignment refactoring migrations from being reversed and re-applied. 2019-05-02 13:49:14 +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 a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
factories.py Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
mailarch.py Merged in [15708] and [15730] from housley@vigilsec.com: 2018-11-10 19:30:32 +00:00
models.py Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
resources.py Updated the ReviewAssignment api resource to match the current model. 2019-05-06 13:36:16 +00:00
utils.py Changed a ReviewAssignmentDocEvent type from 'closed_review_request' to 'closed_review_assignment', for consistency and readability. 2019-05-02 12:38:41 +00:00