Changes between Initial Version and Version 1 of Ticket #18600, comment 1


Ignore:
Timestamp:
Jul 9, 2012, 1:47:50 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18600, comment 1

    initial v1  
    11The expected way to achieve this is to define a custom permission, give it to your group and use `@permission_required`.
     2
     3`@group_required` is a bad idea because it introduces a tight coupling between the groups in your database and your code.
Back to Top