Opened 13 years ago
Closed 13 years ago
#18024 closed Cleanup/optimization (fixed)
subtle meaning of wording
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."
Change History (3)
by , 13 years ago
Attachment: | rewording.diff added |
---|
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 13 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.