datatracker/ietf/person
Henrik Levkowetz ade8973015 Merged in [13726] from rcross@amsl.com:
Update secr.rolodex app to deactivate old Users when replaced on edit.  Fixes #2001.
 - Legacy-Id: 13735
Note: SVN reference [13726] has been migrated to Git commit a251076903
2017-06-29 20:39:52 +00:00
..
migrations Updated person migration 0017 to avoid database referential inconsistency due to missing person records. 2017-05-16 15:17:07 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Add support for extracting the country line from the author addresses 2017-02-15 18:43:57 +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 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 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 the '%s <%s>'%(name,email) idiom in several places to use email.utils.formataddr() instead, to avoid future problems with names that would need quotes. Added comments in 2 places where this change would not be appropriate. 2017-06-05 22:40:11 +00:00
name.py Additional tweaks to the surname particle handling. 2017-06-18 03:22:52 +00:00
resources.py Merge author stats branch into new branch from trunk 2017-03-28 14:36:40 +00:00
tests.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
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 Merged in [13726] from rcross@amsl.com: 2017-06-29 20:39:52 +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