Opened 15 years ago

Closed 15 years ago

#12115 closed (fixed)

Little error in documentation - ModelAdmin.get_urls(self)

Reported by: encinas Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/ref/contrib/admin/
ModelAdmin.get_urls(self)

It will not perform and permission checks, so it will be accessible to the general public. => It will not perform any permission checks, so it will be accessible to the general public.

regards

Change History (1)

comment:1 by Brian Rosner, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r11686

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