Changes between Version 1 and Version 2 of Ticket #18136, comment 4
- Timestamp:
- Apr 15, 2012, 7:02:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18136, comment 4
v1 v2 16 16 17 17 I was looking for permissions and started to read from the subtitle without seeing the admonition. 18 Therefore, the doc is correct. My concern was that without reading that admonition, I needed a few time to figure that out:18 Therefore, the doc is correct. My concern is about the time I needed to figure that out without reading the admonition: 19 19 20 20 Because I started with a bad {{{ {{ perms.app_label.can_edit_model }} }}} (when it should be {{{ {{ perms.app_label.change_model }} }}}, after reading the {{{PermWrapper}}} code, I though I'd need to call {{{ {{ request.perms.app_label.can_edit_model }} }}}, to add the context_processor etc.