datatracker/ietf/review
2019-07-15 15:40:51 +00:00
..
migrations 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
__init__.py Add review tracking models, add a request review page (with test), show 2016-05-19 15:35:30 +00:00
admin.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 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 Fixed a bunch of str/bytes issues. 2019-06-30 20:54:09 +00:00
models.py Changed all model __unicode__() methods to __str__() 2019-06-28 21:07:08 +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
tests.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
utils.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00