datatracker/ietf/wgchairs
2013-03-05 23:24:41 +00:00
..
migrations Set svn:ignore *.pyc in new directories. 2011-05-12 14:29:37 +00:00
templatetags Port ietfworkflows and wgchairs to new schema, fix missing state 2011-11-14 19:40:49 +00:00
.gitignore Set svn:ignore *.pyc in new directories. 2011-05-12 14:29:37 +00:00
__init__.py Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +00:00
accounts.py Fix bug in is_area_director_for_group 2012-03-01 18:45:14 +00:00
forms.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
models.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
tests.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.py Form to edit or upload a protocol write-up. See #561 2011-01-17 18:20:06 +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