datatracker/ietf/person
Henrik Levkowetz 2c1438c240 Moved unidecode_name from utils.text to person.name.
Modified UserFactory to use a new locale for each new user, instead of the
same locale for a whole test run.  This (almost) ensures the exercise of
code to deal with non-ascii names, something which would not happen if a
locale with ascii names was chosen at the start of a run.

Modified name.initials() to not use non-word characters as initials.

Modified unidecode_name() to do more normalization, to conform to the
conventions used in internet-drafts.

Added saving of the factory-boy random state in order to be able to re-run
a test suite with the same pseudo-random sequence as in a previous failed
run.

Fixed an issue with email formatting in test_api_submit_ok().

Modified the draft author extraction code to deal better with names with
embedded apostrophes.
 - Legacy-Id: 14141
2017-09-20 15:36:30 +00:00
..
migrations Added a migration matching the new validator on Email.address. 2017-07-01 10:26:49 +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 test to check for missing admin models, and added the admin models that were currently missing. 2017-08-01 14:00:29 +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 Moved unidecode_name from utils.text to person.name. 2017-09-20 15:36:30 +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 Moved unidecode_name from utils.text to person.name. 2017-09-20 15:36:30 +00:00
name.py Moved unidecode_name from utils.text to person.name. 2017-09-20 15:36:30 +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 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