#23391 closed Bug (fixed)
Erroneous backtip on forms' documentation
Reported by: | Natalia Bidart | Owned by: | Natalia Bidart |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Current dev documentation, under the url:
https://docs.djangoproject.com/en/dev/ref/forms/validation/#form-and-field-validation
shows:
"Finally, once those two methods are run for every field, the :meth:`Form.clean() method, or its override, is executed whether or not the previous methods have raised errors."
There seems to be a missing backtick, attaching patch soon.
Change History (5)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
Summary: | Missing backtick on forms' documentation → Erroneous backtip on forms' documentation |
Triage Stage: | Unreviewed → Accepted |
From what I can see it looks like this is still an issue. I will commit a patch and give you attribution.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Apparently this is already fixed in the repository, closing as fixed.