#8759 closed (fixed)
typo 'inset' for 'insert' in overriding-predefined-model-methods
| Reported by: | James Tauber | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the code samples at http://docs.djangoproject.com/en/dev/topics/db/models/#overriding-predefined-model-methods, 'inset' is used instead of 'insert' in two places.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | 8759.typo.diff added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|---|
| milestone: | → 1.0 |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report