datatracker/ietf/wgchairs
2011-12-15 14:13:54 +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 Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles 2011-09-14 14:01:17 +00:00
forms.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
models.py Port ietfworkflows and wgchairs to new schema, fix missing state 2011-11-14 19:40:49 +00:00
tests.py Remove .state and .*_state on Document in favour of generic states 2011-11-16 18:18:06 +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 Patch up to pass request object to send mail in the instances where 2011-11-25 18:24:14 +00:00