Django

Code

Ticket #7482 (closed: fixed)

Opened 3 months ago

Last modified 2 months ago

Wording in model documentation

Reported by: cbmeeks <cbmeeks@gmail.com> Assigned to:
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

URL: http://www.djangoproject.com/documentation/model-api/

Under the Relationships (Many-to-one relationships), look for the ForeignKey? optional arguments. The first optional argument (edit_inline) contains a description that reads: "If not False, this related object is edited..."

I've seen "If not False" in documentation before but to me, it reminds me of "if not not true". Would "If True, this related object is edited..." sound/read better?

Sorry if I'm just splitting hairs here.

Attachments

Change History

(follow-up: ↓ 2 ) 06/17/08 20:55:44 changed by julien

  • owner changed from nobody to julien.
  • needs_better_patch changed.
  • status changed from new to assigned.
  • needs_tests changed.
  • needs_docs changed.

That's a good point. Can you send a patch to make it easier for committers to check it in?

(in reply to: ↑ 1 ; follow-up: ↓ 3 ) 06/17/08 21:01:55 changed by cbmeeks <cbmeeks@gmail.com>

Replying to julien:

That's a good point. Can you send a patch to make it easier for committers to check it in?

I would love to. How do I submit a patch? I see the "Has patch" check box but is that the right one?

Thanks

(in reply to: ↑ 2 ) 06/17/08 21:10:30 changed by cbmeeks <cbmeeks@gmail.com>

Replying to cbmeeks <cbmeeks@gmail.com>:

Replying to julien:

That's a good point. Can you send a patch to make it easier for committers to check it in?

I would love to. How do I submit a patch? I see the "Has patch" check box but is that the right one? Thanks

OK, I've signed up and created an account. Looks like creating a patch is more than just a simple click. That's cool. In fact, I would love to get involved. I don't believe this is high priority but if someone wanted to close it then I wouldn't be upset.

Also, once I learn how to submit patches and learn the ticket system, hopefully I can start helping on the smaller fixes and work my way up to real code fixes.

Thanks all!

cbmeeks

06/17/08 21:30:12 changed by julien

  • owner deleted.
  • status changed from assigned to new.
  • stage changed from Unreviewed to Accepted.

Have a look at the Django doc about contributing. Also, look up on google how to make patches for SVN, there's plenty of help there.

06/26/08 00:21:30 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [7757]) Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeeks <cbmeeks@gmail.com>


Add/Change #7482 (Wording in model documentation)




Change Properties
Action