.. |
management
|
Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach.
|
2017-01-11 18:42:38 +00:00 |
migrations
|
Added a migration to capture the ordering option on Nominee.
|
2017-02-10 10:29:07 +00:00 |
templatetags
|
Reworked the email address handling in order to be able to support non-ascii names as part of email address fields. Reworked the generation of user names in the test suite to generate names from multiple non-ascii locales. Fixes issue #2080.
|
2017-02-18 21:50: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
|
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
|
2016-09-22 14:23:20 +00:00 |
decorators.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
factories.py
|
Fixed a problem with stability of test_accept_reject_nomination_edges(), and made some changes to make debugging this easier.
|
2017-02-13 15:55:55 +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
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
managers.py
|
Changed the nomcom __getattr__ mixin manager so as to not interfere with django 1.10 internals.
|
2017-02-10 11:02:06 +00:00 |
models.py
|
Fixed a problem with stability of test_accept_reject_nomination_edges(), and made some changes to make debugging this easier.
|
2017-02-13 15:55:55 +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
|
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
|
2016-09-25 13:53:22 +00:00 |
test_data.py
|
Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768.
|
2015-12-09 23:24:46 +00:00 |
tests.py
|
Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method.
|
2017-03-27 21:41:18 +00:00 |
urls.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
utils.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
views.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |