Opened 14 years ago
Closed 14 years ago
#18024 closed Cleanup/optimization (fixed)
subtle meaning of wording
| Reported by: | bhp | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| 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
Is it not better to fix subtle meaning of wording in second sentence at https://docs.djangoproject.com/en/1.4/topics/db/models/#models-across-files
"To do this, import the related model at the top of the MODULE that holds your model."
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | rewording.diff added |
|---|
comment:1 by , 14 years ago
| Easy pickings: | set |
|---|---|
| Has patch: | set |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
In [17912]:
(The changeset message doesn't reference this ticket)
Note:
See TracTickets
for help on using tickets.
good catch. While module is technically more accurate, I went with file in the patch to match the heading.
I'm going to RFC this myself so it doesn't languish - the committer can choose to further tweak the wording if desired.