datatracker/ietf/person
2018-10-14 22:38:18 +00:00
..
management Fixed some pyflakes issues. 2018-09-29 20:22:03 +00:00
migrations Added a migration for the additional API endpoint for PersonalApiKey. 2018-10-14 22:38:18 +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 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 Merged in [15263], [15264], [15265], [15287] from rcross@amsl.com: 2018-10-08 14:23:51 +00:00
name.py Merged in the latest GDPR changes. This refines the handling of the consent checkbox on the account page; refines the Consent Needed warning given on login if consent is needed; tweaks several models to set the on_deletion fields for FK to User and Person appropriately; adds a Person.needs_consent() method to capture the logic of which fields require consent; refines the Person.plain_name() method and the user.log.log() function; and adds 2 management commands to send out consent requests and delete non-consent information, respectively. 2018-09-16 23:12:43 +00:00
resources.py Updated admin and resources with email history entries. 2018-05-05 12:41:47 +00:00
tests.py Used factories instead of make_test_data for malinglists, mailtrigger, message, person, secr/announcement, and secr/areas tests. Commit ready for merge. 2018-10-10 05:36:34 +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