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
01ceeba131
datatracker
/
ietf
/
secr
/
meetings
History
Henrik Levkowetz
8c6eb3a30a
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
...
- Legacy-Id: 16458
2019-07-15 19:14:04 +00:00
..
__init__.py
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
2013-03-05 22:43:31 +00:00
blue_sheets.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
forms.py
Rework page flow and forms of secr/meetings app.
Fixes
#2609
. Commit ready for merge.
2018-11-21 22:43:04 +00:00
models.py
Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
2018-02-20 15:36:05 +00:00
tests.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
urls.py
Rework page flow and forms of secr/meetings app.
Fixes
#2609
. Commit ready for merge.
2018-11-21 22:43:04 +00:00
views.py
Remove ability to cancel a break session.
Fixes
#2703
. Commit ready for merge.
2019-03-23 17:00:52 +00:00