datatracker/ietf/nomcom
2019-06-30 21:03:34 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
templatetags Fixed a pyflakes error 2018-11-11 12:05:09 +00:00
__init__.py view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom 2012-11-20 00:40:57 +00:00
admin.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
decorators.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
factories.py Added more test objects in test_merge_users(), and fixed an issue with merge_users() uncovered by the added testing. 2017-06-29 14:53:00 +00:00
fields.py Fixed a bunch of str/bytes issues. 2019-06-30 20:54:09 +00:00
forms.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
managers.py Make it possible to close nominations without closing feedback. Fixes #2255. Commit ready for merge. 2017-05-22 18:40:05 +00:00
models.py Changed all model __unicode__() methods to __str__() 2019-06-28 21:07:08 +00:00
redirect_ann_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +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
test_data.py Fixed a bunch of str/bytes issues. 2019-06-30 20:54:09 +00:00
tests.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 Add a page for the nomcom-chair and the secretariat to view who the datatracker thinks is nomcom eligible. Related to #2257. Commit ready for merge. 2018-01-17 17:58:58 +00:00
utils.py Fixed a bunch of str/bytes issues. 2019-06-30 20:54:09 +00:00
views.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00