datatracker/ietf/secr
Jennifer Richards 394e32e022
fix: lock session requests for new meetings (#8251)
* fix: lock session requests for new meetings

* fix: lint
2024-11-22 08:13:53 -06: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: lock session requests for new meetings (#8251) 2024-11-22 08:13:53 -06: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 fix: turn off automatic escaping in session request templates (#8007) 2024-10-09 14:49:05 -05:00
static chore: set gitattributes for normalizing line endings (#8245) 2024-11-20 16:48:00 -06:00
telechat fix: prune away unsused model and view (#7585) 2024-06-24 10:25:19 -05:00
templates fix: turn off automatic escaping in session request templates (#8007) 2024-10-09 14:49:05 -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