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
Note:
See TracTickets
for help on using tickets.
Fixed in r11686