#20823 closed Uncategorized (fixed)
Typo on form and field validation doc page
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Typo: Error has 3 Rs
https://docs.djangoproject.com/en/dev/ref/forms/validation/
Putting it all together:
raise ValidationErrror(
_('Invalid value: %(value)s'),
code='invalid',
params={'value': '42'},
)
Note:
See TracTickets
for help on using tickets.
In e82846a9aa38bcc3db7e1820d11c7fa9a5f79449: