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
038e90649d
datatracker
/
ietf
/
secr
/
meetings
History
Henrik Levkowetz
038e90649d
From rcross@amsl.com: Don't copy breaks etc, when creating new Empty Schedule for meetings. Fixes issue
#2713
.
...
- Legacy-Id: 16805
2019-10-01 20:30:40 +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
From rcross@amsl.com: Don't copy breaks etc, when creating new Empty Schedule for meetings. Fixes issue
#2713
.
2019-10-01 20:30:40 +00:00