Opened 12 years ago

Closed 12 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)

rewording.diff (704 bytes ) - added by Preston Holmes 12 years ago.

Download all attachments as: .zip

Change History (3)

by Preston Holmes, 12 years ago

Attachment: rewording.diff added

comment:1 by Preston Holmes, 12 years ago

Easy pickings: set
Has patch: set
Triage Stage: UnreviewedReady for checkin

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.

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17912]:

(The changeset message doesn't reference this ticket)

Note: See TracTickets for help on using tickets.
Back to Top