datatracker/ietf/review
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 Merged in [13532] from rjsparks@nostrum.com: 2017-06-06 07:54:03 +00:00
__init__.py Add review tracking models, add a request review page (with test), show 2016-05-19 15:35:30 +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
factories.py Merged in [13731] from rjsparks@nostrum.com: 2017-06-30 20:16:22 +00:00
import_from_review_tool.py Moved unidecode_name from utils.text to person.name. 2017-09-20 15:36:30 +00:00
mailarch.py Include from in the list of messages when completing a review and 2016-10-17 21:26:36 +00:00
models.py Merged in [13532] from rjsparks@nostrum.com: 2017-06-06 07:54:03 +00:00
resources.py Merged in [12521] from rjsparks@nostrum.com: 2016-12-19 21:19:49 +00:00
utils.py Send email to reviewer when request is closed with no response. Fixes #2176. Commit ready to merge. 2017-07-15 12:07:20 +00:00