datatracker/ietf/secr
2023-08-12 13:03:08 -05:00
..
announcement Many more HTML fixes. 2022-02-03 07:49:34 +00:00
areas fix: Fix broken add/modify ADs in the secr app (#5040) 2023-01-27 12:01:22 -06:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +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 test: Fix test_meetings_misc_session_edit (#5807) 2023-06-12 15:55:46 -05:00
middleware chore: Remove unused ietf/secr/middleware/dbquery.py (#5109) 2023-02-08 09:57:03 -06:00
rolodex feat: treat django auth username as case insensitive throughout the datatracker (#5165) 2023-02-21 10:01:03 -06:00
sreq fix: allow rswg as a scheduling conflict (#6133) 2023-08-12 13:03:08 -05:00
static chore: import jquery so dynamic_inlines.js source map works (#4482) 2022-09-21 12:04:39 -05:00
telechat fix: Replace obsolete curry() with functools.partialmethod() 2023-05-08 22:55:15 -03:00
templates refactor: Replace obsolete staticfiles template lib with static 2023-05-10 17:12:34 -03:00
utils refactor: Replace deprecated django.utils.http.urlquote 2023-05-12 18:27:51 -03: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: import from django.urls instead of django.conf.urls 2023-05-12 20:29:11 -03:00