Changes between Initial Version and Version 1 of Ticket #26105, comment 1
- Timestamp:
- Jan 20, 2016, 9:11:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26105, comment 1
initial v1 9 9 10 10 11 perms = 12 Permission(codename=codename, name=name, content_type= ct)11 perms =[ 12 Permission(codename=codename, name=name, content_type=ContentType.objects.get(app_label=ct.app_label, model=ct.model)) 13 13 for ct, (codename, name) in searched_perms 14 14 if (ct.app_label, ct.model, codename) not in all_perms