datatracker/ietf/doc
2013-04-05 11:19:35 +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 Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +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
models.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
proxy.py Repair the ballot requirements string 2013-03-09 18:30:29 +00:00
tests.py merged in from 4.20-ise 2012-06-22 20:25:17 +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
urls_conflict_review.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
utils.py Add new tag 'rev-wg' to the list of valid annotation tags for the ietf stream. Note: This list and those on nearby lines needs to be refactored into a table, instead of sitting in the code. 2013-04-05 11:19:35 +00:00
views_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