datatracker/ietf/person
Robert Sparks 9b4903e2e6
fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587)
* fix: remove help/personal-information and the prompt-for-consent email management command.

* fix: remove gdpr treatment except for consent checkbox. Rename Submit.

* fix: drom the consent column from Person and Person.History

* fix: remove the consent boolean. Reorganize the account info form.

* chore: reorder migrations
2022-10-18 13:27:19 -05:00
..
management Add purge_old_personal_api_key_events management command. Fixes #3144. Commit ready for merge. 2021-04-09 18:40:28 +00:00
migrations fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
templatetags fix: avoid mutables as defaults. Compute date default arguments at runtime rather than loadtime. (#4144) 2022-07-06 14:39:36 -05:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
ajax.py Tear out old meeting schedule editor and related code 2021-11-04 17:07:22 +00:00
factories.py chore: update dependency requirements (#3904) 2022-04-28 11:06:17 -05:00
fields.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
name.py Added 'De' as a surname particle, in addition to 'de' (for author Luca De Cicco). Commit ready to merge. 2020-12-15 14:24:41 +00:00
resources.py Change to not serve any personalapikey metadata. Commit ready for merge. 2021-12-16 19:57:31 +00:00
tests.py feat: disallow '/' from Person.name (#4594) 2022-10-17 15:41:39 -05:00
urls.py Merged from session_purpose_dev 2021-11-09 01:35:25 +00:00
utils.py fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
views.py fix: return False from has_role() when role_names is the empty list (#4541) 2022-10-07 16:05:37 -05:00