datatracker/ietf/review/migrations
Henrik Levkowetz 09e38dffa0 Merged in [16705] from sasha@dashcare.nl:
Fix #2337 - Send periodic reminders of open reviews every X days (opt-in)
The interleaved_migrations_test currently fails due to the various 
migrations that have been added for individual tickets/commits (unless
--permit-mixed-migrations is set). I think this is better fixed in a
later cleanup, as doing it now could cause confusion when merging
individual commits, and more migrations are likely to be added soon.
 - Legacy-Id: 16823
Note: SVN reference [16705] has been migrated to Git commit ec56a03ec6
2019-10-04 17:09:57 +00:00
..
0001_initial.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0002_unavailableperiod_reason.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0003_add_notify_ad_when.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
0004_reviewteamsettings_secr_mail_alias.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0005_set_secdir_notify_ad_when.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
0006_historicalreviewersettings.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0007_allow_notify_ad_when_to_be_blank.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
0008_remove_reviewrequest_old_id.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
0009_refactor_review_request.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0010_populate_review_assignments.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
0011_review_document2_fk.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
0012_remove_old_document_field.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
0013_rename_field_document2.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
0014_document_primary_key_cleanup.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
0015_add_remind_days_open_reviews.py 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