Opened 19 years ago
Closed 19 years ago
#4349 closed (fixed)
is_valid vs is_valid() in newforms.txt doc
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In section "Example View", a test is made against is_valid (the function object) instead of is_valid(), the function results.
A patch is attached.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | newforms.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This was fixed in my edits from [5298].
Note:
See TracTickets
for help on using tickets.
newforms.txt patch