Opened 17 years ago

Closed 17 years ago

#4611 closed (fixed)

The permission_required decorator is in 0.96, not anymore in development version

Reported by: David Larlet <larlet@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

And it still have the New in Django development version warning. See http://www.djangoproject.com/documentation/authentication/#the-permission-required-decorator

Fix is trivial.

Attachments (1)

authentication.diff (547 bytes ) - added by John Shaffer <jshaffer2112@…> 17 years ago.
Remove "new in development version".

Download all attachments as: .zip

Change History (3)

by John Shaffer <jshaffer2112@…>, 17 years ago

Attachment: authentication.diff added

Remove "new in development version".

comment:1 by John Shaffer <jshaffer2112@…>, 17 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5850]) Fixed #4611 -- Removed "new in development version" annotation for the permission_required decorator. It was in 0.96. Thanks, John Shaffer.

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