Changes between Initial Version and Version 1 of Ticket #13965, comment 14


Ignore:
Timestamp:
Oct 10, 2015, 7:22:46 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13965, comment 14

    initial v1  
    11Just ran into this on updating permissions with:
    2 
    3     class Meta:
    4         permissions = (
    5             ('view_version', _('View Version')),
    6         )
     2{{{
     3class Meta:
     4    permissions = (
     5        ('view_version', _('View Version')),
     6    )
     7}}}
Back to Top