datatracker/ietf/nomcom
Emilio Jiménez eb8b6af4ed * Add news fixtures of name for testing
* Add test data fuction for testing
* Add test case to check the default state and the unique constraint in NomineePosition class
* Override the save fuction of the NomineePosition class to set the state to pending by default
See #909
 - Legacy-Id: 5127
2012-12-14 18:53:10 +00:00
..
migrations Modified public_key field in the NomCom model to be not required. The chair will set the public_key after the NomCom object creation. 2012-12-05 13:25:02 +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 Add initial view for nominations 2012-12-11 15:13:06 +00:00
fields.py Add complete models of app nomcom 2012-12-03 13:41:10 +00:00
forms.py Add initial view for nominations 2012-12-11 15:13:06 +00:00
models.py * Add news fixtures of name for testing 2012-12-14 18:53:10 +00:00
test_data.py * Add news fixtures of name for testing 2012-12-14 18:53:10 +00:00
tests.py * Add news fixtures of name for testing 2012-12-14 18:53:10 +00:00
urls.py Add initial view for nominations 2012-12-11 15:13:06 +00:00
utils.py Modified public_key field in the NomCom model to be not required. The chair will set the public_key after the NomCom object creation. 2012-12-05 13:25:02 +00:00
views.py Add initial view for nominations 2012-12-11 15:13:06 +00:00