datatracker/ietf/meeting
Henrik Levkowetz 19eb5de983 Merged in [17044] from valery@smyslov.net:
Make it clearer that a chair can't revise materials for a meeting once the proceedings deadline has passed

    Fixes issue #2612.
 - Legacy-Id: 17067
Note: SVN reference [17044] has been migrated to Git commit 182dae28a8
2019-11-20 10:10:31 +00:00
..
fixtures Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting. 2016-12-05 12:55:20 +00:00
management 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
migrations Renamed and fixed up a migration that caused multiple leaf nodes. 2019-10-08 10:58:46 +00:00
templatetags 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
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
ajax.py Add check for deleted session when scheduling. Fixes #2450. Commit ready for merge 2018-03-17 15:10:20 +00:00
factories.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
feeds.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
forms.py Merged in [16557] from pusateri@bangj.com: 2019-07-22 18:09:53 +00:00
helpers.py Merged in [17035] from housley@vigilsec.com: 2019-11-20 07:00:46 +00:00
models.py Merged in [16604] from rjsparks@nostrum.com: 2019-09-03 11:08:59 +00:00
resources.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
test_data.py Merged in [16564] from pusateri@bangj.com and added tests: 2019-11-09 17:15:39 +00:00
tests_api.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
tests_js.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
tests_views.py Merged in [16564] from pusateri@bangj.com and added tests: 2019-11-09 17:15:39 +00:00
urls.py Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge. 2019-03-25 16:10:00 +00:00
utils.py Fixes issue #2612. Commit ready for merge. 2019-11-18 08:48:15 +00:00
views.py Merged in [17044] from valery@smyslov.net: 2019-11-20 10:10:31 +00:00