datatracker/ietf/nomcom
Henrik Levkowetz 29ae7809d7 Merged in [15486] from rjsparks@nostrum.com:
Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598.
 - Legacy-Id: 15487
Note: SVN reference [15486] has been migrated to Git commit 4d5de5dee6
2018-09-26 21:54:05 +00:00
..
management Changed the email origin field during test to hold user.username in order to exercise more of the code. Changed the EmailFactory to also use user.username as origin. 2018-05-26 08:32:20 +00:00
migrations Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598. Commit ready for merge. 2018-09-26 18:57:30 +00:00
templatetags Improved the resilience of the formatted_email nomcom filter. Fixes #1764. Commit ready for merge. 2018-01-10 22:42:18 +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 Added a test to check for missing admin models, and added the admin models that were currently missing. 2017-08-01 14:00:29 +00:00
decorators.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +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 Changed 'requirement' to 'desired expertise' in user-visible places in the nomcom app. 2013-09-24 17:50:02 +00:00
forms.py Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598. Commit ready for merge. 2018-09-26 18:57:30 +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 Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598. Commit ready for merge. 2018-09-26 18:57:30 +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 Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598. Commit ready for merge. 2018-09-26 18:57:30 +00:00
test_data.py Fixed a test email object creation issue. 2018-05-28 09:48:27 +00:00
tests.py Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes #2598. Commit ready for merge. 2018-09-26 18:57:30 +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 A string.Template with a unicode template must be given unicode dictionary values if the values contain unicode codepoints. Providing values that are objects with __str__() methods, or utf-8 encoded strings doesn't work. Fixes an issue with nomcom template interpolation for nominees with non-ascii names. 2018-09-24 21:25:20 +00:00
views.py Merged in [15486] from rjsparks@nostrum.com: 2018-09-26 21:54:05 +00:00