Changes between Version 1 and Version 2 of Ticket #15215, comment 8


Ignore:
Timestamp:
Apr 24, 2012, 8:50:34 PM (12 years ago)
Author:
Selwin Ong

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15215, comment 8

    v1 v2  
    2828If this approach is acceptable, I'm more than happy to try writing a proper patch and tests for inclusion into django. Comments welcome :)
    2929
    30 If we simply require people to be logged in, we could also check for `login_required` boolean attribute on the view:
     30If we simply require people to be logged in, we can simply check for `login_required` boolean attribute on the view:
    3131
    3232{{{
Back to Top