datatracker/ietf/wginfo
2013-07-15 07:10:27 +00:00
..
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
__init__.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
edit.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
mails.py Email the WG too when making changes to milestones, although filter 2012-07-04 18:31:18 +00:00
milestones.py Permit unicode milestone text (using unicode() instead of str() in comparison when looking for milestone changes). Fixes issue #1065. 2013-07-11 21:36:31 +00:00
models.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
tests.py Updated tests to not depend on the record ids of generated test data. 2013-07-15 07:10:27 +00:00
testurl.list Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
urls.py Merge in milestones branch 2012-12-03 14:36:30 +00:00
views.py Special-case proposed working groups with respect to milestones, they 2013-06-18 11:56:48 +00:00