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
907d7b9636
datatracker
/
ietf
/
iesg
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
..
fixtures
Merged from log:branch/2.00@2363: Current release branch head to trunk.
2010-07-21 12:48:05 +00:00
.gitignore
Moving ietf to trunk/ietf
2007-05-04 12:37:28 +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
admin.py
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
2012-02-28 17:29:52 +00:00
feeds.py
merged in from 4.20-ise
2012-06-22 20:25:17 +00:00
models.py
Import telechat dates from the "telechat" table
2012-01-04 18:02:04 +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
Merged in changes from the conversion branch
2011-06-28 18:20:20 +00:00
urls.py
Ability to fetch the IESG Telechat Agenda as a JSON object (agenda.json).
2012-07-28 23:17:27 +00:00
views.py
Apply patch for iesg/agenda/agenda.json from housely@vigilsec.com, and re-apply previous patch which was lost in the statesync merge.
2013-02-02 18:44:08 +00:00