datatracker/ietf/person/migrations
Jennifer Richards d5009ee794
feat: discourage URLs in Person names (#7453)
* feat: disallow @ and : in name/ascii

@ has long been disallowed via validation in the
views and "/" has been disallowed for the name
field via a validator. This adds @ and : to the
validator and applies it to the name, plain,
ascii, and ascii_short fields. This should
apply everywhere we use a ModelForm.

* test: update test

* chore: migration
2024-05-22 17:23:27 -05:00
..
0001_initial.py refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
0002_alter_historicalperson_ascii_and_more.py feat: discourage URLs in Person names (#7453) 2024-05-22 17:23:27 -05:00
__init__.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00