datatracker/ietf/secr
Henrik Levkowetz fbc131c73f Replaced an obsolete file() call with open().
- Legacy-Id: 16396
2019-07-04 20:57:36 +00:00
..
announcement Replaced multiple asserts with assertContains(). 2019-07-01 14:09:12 +00:00
areas Used factories instead of make_test_data for malinglists, mailtrigger, message, person, secr/announcement, and secr/areas tests. Commit ready for merge. 2018-10-10 05:36:34 +00:00
console Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
drafts Replaced multiple asserts with assertContains(). 2019-07-01 11:47:36 +00:00
groups Replaced multiple asserts with assertContains(). 2019-07-01 11:53:46 +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 Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO(). 2019-07-04 16:01:32 +00:00
middleware Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces. 2014-12-21 19:26:33 +00:00
proceedings Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO(). 2019-07-04 16:01:32 +00:00
roles Replaced multiple asserts with assertContains(). 2019-07-01 14:09:12 +00:00
rolodex Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
sreq Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...) 2019-06-29 13:43:31 +00:00
static/secr Modified the rolodex code to make sure we capture information about the origin of email addresses if they are added by the secretariat, to ensure GPR compliance. 2019-01-18 18:27:29 +00:00
telechat Replaced multiple asserts with assertContains(). 2019-07-01 14:09:12 +00:00
templates Merged in [16092] from rcross@amsl.com: 2019-03-26 15:53:41 +00:00
utils Replaced an obsolete file() call with open(). 2019-07-04 20:57:36 +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 Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00