Django

Code

Ticket #2624 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Doc string misleading in contrib.auth Permission model.

Reported by: anonymous Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

I was looking through the code in contrib.auth, and the last sentence in the doc string for the permission model seems misleading. It reads:

"Three basic permissions -- add, create and delete -- are automatically created for each Django model."

Shouldn't that be: "Three basic permissions -- add, change and delete -- are automatically created for each Django model."

Note the emphasis.

Attachments

Change History

08/30/06 07:09:34 changed by david@dawninglight.net

Sorry, the bug was reported by me but I forgot to add my email address.

08/30/06 11:39:18 changed by adrian

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

(In [3681]) Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@dawninglight.net

01/17/07 16:12:17 changed by

  • milestone deleted.

Milestone Version 1.0 deleted


Add/Change #2624 (Doc string misleading in contrib.auth Permission model.)




Change Properties
Action