datatracker/ietf/help
2013-03-05 23:24:41 +00:00
..
__init__.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
models.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
tests.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
urls.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
views.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