Changes between Version 1 and Version 2 of Ticket #15215, comment 8
- Timestamp:
- Apr 24, 2012, 8:50:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15215, comment 8
v1 v2 28 28 If this approach is acceptable, I'm more than happy to try writing a proper patch and tests for inclusion into django. Comments welcome :) 29 29 30 If we simply require people to be logged in, we c ould alsocheck for `login_required` boolean attribute on the view:30 If we simply require people to be logged in, we can simply check for `login_required` boolean attribute on the view: 31 31 32 32 {{{