This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
cc64992204
datatracker
/
ietf
/
review
History
Sasha Romijn
cc64992204
Refs
#2277
- Send daily reminders of overdue reviews to secretaries
...
Commit ready for merge. - Legacy-Id: 16765
2019-09-30 12:27:43 +00:00
..
migrations
Fix
#2337
- Send periodic reminders of open reviews every X days (opt-in)
2019-09-05 15:02:56 +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
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
models.py
Fix
#2337
- Send periodic reminders of open reviews every X days (opt-in)
2019-09-05 15:02:56 +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
Refs
#2277
- Send daily reminders of overdue reviews to secretaries
2019-09-30 12:27:43 +00:00