#16091 closed Cleanup/optimization (fixed)
typo in model instance docs
| Reported by: | Paul McMillan | Owned by: | teraom |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
http://docs.djangoproject.com/en/1.3/ref/models/instances/#validating-objects
All three steps are performed when you call by a model’s full_clean() method.
should be
All three steps are performed when you call a model’s full_clean() method.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 14 years ago
| Attachment: | ref_model_doc_16091.diff added |
|---|
comment:2 by , 14 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 14 years ago
| Component: | Djangoproject.com Web site → Documentation |
|---|
comment:4 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In [16300]: