datatracker/ietf/person
2019-05-01 21:34:59 +00:00
..
management Fixed some pyflakes issues. 2018-09-29 20:22:03 +00:00
migrations Modified the rolodex code to make sure we capture information about the origin of email addresses if they are added by the secretariat, to ensure GPR compliance. 2019-01-18 18:27:29 +00:00
templatetags Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops. 2018-04-01 18:36:36 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Tweaked PersonAdmin to show name_from_draft after the name field. 2018-09-29 20:05:33 +00:00
ajax.py Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge. 2018-03-17 15:14:57 +00:00
factories.py Added a bit of name normalization for test factory person names. 2019-01-14 20:50:52 +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
forms.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
models.py Modified the rolodex code to make sure we capture information about the origin of email addresses if they are added by the secretariat, to ensure GPR compliance. 2019-01-18 18:27:29 +00:00
name.py Added a bit of name normalization for test factory person names. 2019-01-14 20:50:52 +00:00
resources.py Updated admin and resources with email history entries. 2018-05-05 12:41:47 +00:00
tests.py After having test_duplicate_person_name() fail for a non-ascii name, changed the test to always supply a non-ascii name. 2019-05-01 21:34:59 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Added 'consent' to the fields handled when merging person records. 2018-09-27 12:31:29 +00:00
views.py Added a None guard for the person merge last_login date comparison. Fixes issue #2562 2018-07-30 16:57:59 +00:00