datatracker/ietf/secr
Robert Sparks 9621eafa2f Merged in [19180] from rcross@amsl.com:
Fix Telechat app bug, draft with no ballot.
 - Legacy-Id: 19181
Note: SVN reference [19180] has been migrated to Git commit d216a18734
2021-07-01 17:29:31 +00:00
..
announcement In announcement tool, remove Reply-To default of 2021-06-24 21:07:00 +00:00
areas preparing to merge forward 2020-07-09 20:29:45 +00:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
groups Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100. Commit ready for merge. 2021-02-12 16:39:20 +00:00
lib The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
meetings Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
middleware Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
proceedings Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
roles Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
rolodex Fixed a place where data provider for a POST in contained None, which cannot be serialized into POST data. Found by Django 2.2 checks. 2020-06-27 17:23:47 +00:00
sreq Add ConstraintNames for chair, tech, and key participant conflicts. Replace temporary UI workaround with proper conflict type handling. Fixes #3083. Commit ready for merge. 2021-06-09 19:36:27 +00:00
static/secr Add ConstraintNames for chair, tech, and key participant conflicts. Replace temporary UI workaround with proper conflict type handling. Fixes #3083. Commit ready for merge. 2021-06-09 19:36:27 +00:00
telechat Fix Telechat app bug, draft with no ballot. Commit ready for merge 2021-07-01 17:16:09 +00:00
templates Add ConstraintNames for chair, tech, and key participant conflicts. Replace temporary UI workaround with proper conflict type handling. Fixes #3083. Commit ready for merge. 2021-06-09 19:36:27 +00:00
utils Allow program leads to request meetings. Fixes #3141. Commit ready for merge. 2020-11-23 20:36:47 +00:00
__init__.py Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool 2013-10-21 20:29:15 +00:00
context_processors.py Removed dead code. 2015-08-01 14:58:08 +00:00
urls.py Remove drafts secretariat tool because this functionality is now provided by the core Datatracker. Moved ID reports to proceedings tool. Fixes #1655. Commit ready for merge. 2020-03-21 19:52:12 +00:00