This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
2f3476690f
datatracker
/
ietf
/
wgcharter
History
Henrik Levkowetz
2f3476690f
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.
...
- Legacy-Id: 5486
2013-03-05 23:24:41 +00:00
..
__init__.py
Committing changes from yesterday (updates based on feedback)
2011-09-20 06:38:05 +00:00
feeds.py
Some further cleanup.
2012-04-20 12:24:31 +00:00
mails.py
Include current milestones in charter action/review announcements,
2012-06-19 17:06:56 +00:00
migrate.py
Fix problem with running script again when there are existing ballot
2012-04-30 18:24:28 +00:00
models.py
Finish ballot support for charters (apart from non-generic ballot
2012-04-04 18:09:03 +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
testurl.list
Committing changes from yesterday (updates based on feedback)
2011-09-20 06:38:05 +00:00
urls.py
Add charter documents to iesg/agenda and iesg/agenda/documents
2012-08-21 03:57:17 +00:00
utils.py
Some further cleanup.
2012-04-20 12:24:31 +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