#10553 closed (fixed)
Inconsistent use of "URLconf" in docs/topics/http/urls.txt
Reported by: | rduffield | Owned by: | nobody |
---|---|---|---|
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
According to the guidelines for Django-specific terminology, a URL configuration is to be referred to as a URLconf and not URLConf, as seen in a few places within this documentation topic.
Attachments (1)
Change History (5)
by , 16 years ago
comment:1 by , 16 years ago
Version: | 1.0 → SVN |
---|
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10256]) Fixed #10553 -- Corrected several uses of
URLconf
in documentation and comments, according to the Django style guide. Based on patch from rduffield.