datatracker/ietf/person
2018-03-17 15:51:28 +00:00
..
migrations Got rid of old migrations and created new initial migrations. 2018-02-21 23:46:22 +00:00
templatetags Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323. Commit ready for merge. 2017-08-28 19:28:44 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Added a new personal event table to keep track of personal API key logins, and a management command to send out reports about activity to users with API keys. Added a weekly cronjob script to trigger weekly reports, and a monthly script for future use. Added a @require_api_key decorator to validate API keys for API key views and log in the API key owner. Modified the API key management urls to use create and disable rather than add and delete. Updated the API key list view. Added an API placeholder view function for ballot position setting, for test purposes. Added tests for the decorator and management command. 2017-12-16 18:37:52 +00:00
ajax.py Made ietf/person pyflakes-clean. Fixed a bug where Person.role_email() might blow up if given a group parameter. 2014-03-15 19:37:25 +00:00
factories.py Fixed unbalanced parentheses. 2018-01-14 19:20:24 +00:00
fields.py Return a person search string instead of bombing out if there are multiple identical names where one don't have an active email address. 2017-04-19 14:05:43 +00:00
models.py Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models. 2018-02-20 15:36:05 +00:00
name.py Improved cleaning of unidecode results in ascii name conversion. 2017-12-08 12:36:23 +00:00
resources.py Tastypie cannot serialize binary fields. Exclude from PersonalApiKey resource. 2017-12-18 17:57:48 +00:00
tests.py Backout premature commit of person/tests.py. Commit ready for merge 2018-03-17 15:51:28 +00:00
urls.py Merged in Django-1.10 upgrade work from ^/personal/henrik/6.43.1-django-1.10 2017-02-19 18:18:00 +00:00
utils.py Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323. Commit ready for merge. 2017-08-28 19:28:44 +00:00
views.py Make it possible to merge nominations with inactive email addresses in the Nominee Merge form. 2016-10-05 17:03:31 +00:00