Zapomenutá práva k taggitu
This commit is contained in:
parent
6a4a686664
commit
91b8e237c1
1 changed files with 16 additions and 1 deletions
|
@ -564,6 +564,21 @@
|
||||||
"ct_app_label": "seminar",
|
"ct_app_label": "seminar",
|
||||||
"ct_model": "uloha"
|
"ct_model": "uloha"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"codename": "add_tag",
|
||||||
|
"ct_app_label": "taggit",
|
||||||
|
"ct_model": "tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"codename": "change_tag",
|
||||||
|
"ct_app_label": "taggit",
|
||||||
|
"ct_model": "tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"codename": "delete_tag",
|
||||||
|
"ct_app_label": "taggit",
|
||||||
|
"ct_model": "tag"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"codename": "view_tag",
|
"codename": "view_tag",
|
||||||
"ct_app_label": "taggit",
|
"ct_app_label": "taggit",
|
||||||
|
@ -589,4 +604,4 @@
|
||||||
"ct_app_label": "taggit",
|
"ct_app_label": "taggit",
|
||||||
"ct_model": "taggeditem"
|
"ct_model": "taggeditem"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue