datatracker/ietf/group
2019-07-04 16:12:09 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations Removed 2to3-generated list() around .items() iterator in for loops. 2019-06-27 18:11:17 +00:00
templatetags Add navigation to nomcom pages for nomcom members. Put the RFC Status change link in a saner place in the navigation. Fixes #1411 and #2433. Commit ready for merge. 2018-01-09 22:10:10 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Replaced force_unicode() with force_text() 2019-06-27 18:08:56 +00:00
colors.py Tweaked the color palatte for the agenda editor. Commit ready for merge. 2018-06-13 19:58:08 +00:00
dot.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
factories.py This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
feeds.py Converted leading tabs to spaces in ietf/**/*.py 2019-06-27 14:51:02 +00:00
forms.py Fixed an instance of changing a dictionary inside a loop over its keys. 2019-07-04 16:12:09 +00:00
mails.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
milestones.py Fixed an issue with the milestone edit changes. 2018-03-09 21:27:58 +00:00
models.py Changed regex strings to raw strings and fixed a sort comparison int/str issue. 2019-06-29 13:29:13 +00:00
resources.py Added the option to order API resource lists by primary key, for stable ordering when paging through a list. 2019-06-18 12:40:19 +00:00
tests.py 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
tests_info.py Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn(). 2019-06-30 21:03:34 +00:00
tests_review.py Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn(). 2019-06-30 21:03:34 +00:00
urls.py Removed links to the old MHonArc mail archives, and related view. 2019-05-01 21:24:41 +00:00
utils.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
views.py Fixed another str/bytes issue. 2019-06-30 21:00:38 +00:00