summaryrefslogtreecommitdiffstats
path: root/main/migrations/0051_auto__chg_field_userprofile_pgp_key.py
AgeCommit message (Collapse)AuthorFilesLines
2011-07-05Allow more lenient data entry for PGP key fieldDan McGee1-0/+160
Don't allow the max_length parameter to make it through to the HTML form, silently cutting off HTML cut and pastes. Trim out spaces automatically, as well as '0x' and '2048R/' type prefixes. Signed-off-by: Dan McGee <dan@archlinux.org>