Skip to content

Commit

Permalink
[QOLDEV-349] replaced deprecated 'unicode' validator
Browse files Browse the repository at this point in the history
- Built-in str type is no longer usable as a validator as of CKAN 2.10, switch to unicode_safe
  • Loading branch information
ThrawnCA committed Oct 18, 2023
1 parent 536e017 commit abb62dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"field_name": "version",
"label": "Version",
"validators": "scheming_required unicode package_version_validator",
"validators": "scheming_required unicode_safe package_version_validator",
"form_placeholder": "1.0",
"required": true
},
Expand Down

0 comments on commit abb62dc

Please sign in to comment.