datatracker/ietf/doc
Robert Sparks a741642717 Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents
Added a Cancel button to the form that allows editing the relations for status-change documents
Added instructions to the agenda section 3.3

This adds states to status-change- documents and has a migration that must be applied.

This fixes bug #1039
 - Legacy-Id: 5770
2013-06-01 21:01:45 +00:00
..
management Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there. 2012-10-25 21:18:06 +00:00
migrations Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00
templatetags merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
forms.py Merge forward complete 2013-01-24 21:28:27 +00:00
models.py Merged in branch/iola/milestones, which provides datatracker support for management of WG milestones. 2013-05-15 22:07:23 +00:00
proxy.py Import math as needed. Related to [5626] and issue #974. 2013-04-07 17:10:19 +00:00
tests.py Merge forward complete 2013-01-24 21:28:27 +00:00
tests_conflict_review.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
tests_status_change.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00
urls_conflict_review.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
urls_status_change.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00
utils.py Fixed the additional nit mentioned in issue #974 better. Together with earlier commits, this fixes #974. 2013-04-08 20:21:09 +00:00
views_conflict_review.py Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
views_status_change.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00