Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Natalia Bidart, 10 years ago

Status: newassigned

comment:2 by Natalia Bidart, 10 years ago

Resolution: fixed
Status: assignedclosed

Apparently this is already fixed in the repository, closing as fixed.

comment:3 by Simon Charette, 10 years ago

Resolution: fixed
Status: closednew
Summary: Missing backtick on forms' documentationErroneous backtip on forms' documentation
Triage Stage: UnreviewedAccepted

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 Simon Charette <charette.s@…>, 10 years ago

Resolution: fixed
Status: newclosed

In ab9c886459e179a7741efd3be440653afe260dff:

Fixed #23391 -- Removed an erroneous backtip from the form's documentation.

Thanks to Trac alias nessita for the report.

comment:5 by Simon Charette <charette.s@…>, 10 years ago

In e42a82edf2acbe1cb32757072dc4965380f40e09:

[1.7.x] Fixed #23391 -- Removed an erroneous backtip from the form's documentation.

Thanks to Trac alias nessita for the report.

Backport of ab9c886459 from master

Note: See TracTickets for help on using tickets.
Back to Top