Opened 16 years ago
Closed 16 years ago
#12271 closed (fixed)
Documentation typo in URLFields section of Model Field Reference
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | typo | |
| 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
The second sentence in this paragraph reads "serverd" instead of "served":
http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.URLField.verify_exists
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | 12271.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12184]) Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@…