|
PackageValidator
**Messages**...
|
|
AutoCompleteValidator
**Messages**
``badType``:
The input must be a string (not a ``%(type)s``: ``%(value)r``)
``empty``:
Please enter a value
``missingValue``:
Missing value
``noneType``:
The input must be a string (not None)
``notExpected``:
The input field ``%(name)s`` was not expected.
|
|
BugValidator
**Messages**
``badType``:
The input must be a string (not a ``%(type)s``: ``%(value)r``)
``empty``:
Please enter a value
``invalid_bug``:
Invalid bug(s).
|
|
CVEValidator
**Messages**
``badType``:
The input must be a string (not a ``%(type)s``: ``%(value)r``)
``empty``:
Please enter a value
``invalid_cve``:
Invalid CVE(s).
|