datatracker/ietf/secr
2024-08-21 08:32:06 -05:00
..
announcement fix: force choice of From address in Announcement form. Fixes #7679. (#7720) 2024-07-20 15:24:14 -07: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 fix: mypy/flakes lint 2024-05-13 21:41:36 -04:00
middleware chore: Remove unused ietf/secr/middleware/dbquery.py (#5109) 2023-02-08 09:57:03 -06:00
rolodex feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
sreq feat: better reject null characters in forms (#7472) 2024-05-28 10:34:55 -05:00
static fix: remove unused internal_comments from the DocumentInfo abstract model (#7833) 2024-08-21 08:32:06 -05:00
telechat fix: prune away unsused model and view (#7585) 2024-06-24 10:25:19 -05:00
templates fix: redundant word in banner for Legacy stream documents (#7207) 2024-08-05 09:48:48 -05:00
utils chore: checkpoint: docalias mostly removed 2023-08-15 16:49:17 -05: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 refactor: remove unused secr/areas app (#6509) 2023-10-23 09:55:54 -05:00