datatracker/ietf/person
2018-06-10 14:48:13 +00:00
..
migrations Data migrations to populate email origin and Person.name_from_draft. 2018-05-29 13:10:20 +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 Updated email admin to show origin in lists. 2018-05-17 16:48:49 +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 Changed the email origin field during test to hold user.username in order to exercise more of the code. Changed the EmailFactory to also use user.username as origin. 2018-05-26 08:32:20 +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 Changed the field type for the Person.consent field. 2018-05-17 16:45:21 +00:00
name.py Tweaked unidecode_name() to not produce single-letter ascii surnames from non-ascii codepoints. The unidecode transliteration is in any case somewhat arbitrary, and in most cases a real person will tweak the ascii name of his account. When running tests, however, this tweak avoids some false test failures. And no, it's not simple to fix the draft author-extraction heuristics to deal well with single-letter surnames. 2018-06-10 14:48:13 +00:00
resources.py Updated admin and resources with email history entries. 2018-05-05 12:41:47 +00:00
tests.py Changed the email origin field during test to hold user.username in order to exercise more of the code. Changed the EmailFactory to also use user.username as origin. 2018-05-26 08:32:20 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Removed all references to the removed Person.affiliation field. 2018-05-05 12:47:55 +00:00
views.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00