Opened 17 years ago
Closed 17 years ago
#5346 closed (fixed)
Typos in the model-api documentation
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
in http://www.djangoproject.com/documentation/model-api/#filepathfield
``"foo.*\.txt^"``, which will match a file called ``foo23.txt``
should read:
``"foo.*\.txt$"``, which will match a file called ``foo23.txt``
in http://www.djangoproject.com/documentation/model-api/#str
before putting ``_str__`` methods everywhere
should read:
before putting ``__str__`` methods everywhere
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | doc-typo.diff added |
---|
comment:1 by , 17 years ago
Summary: | Typo in the model-api documentation → Typos in the model-api documentation |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Well spotted