#11318 closed (fixed)
Grammar fix
| Reported by: | Seemant Kulleen | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | yes |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On this page:
http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-clean-method
it says:
"you must call the parent classes clean method"
it should say:
"you must call the parent class's clean method"
Change History (4)
comment:1 by , 16 years ago
| Needs documentation: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [11047]) Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for the report.