nk20/apps/permission
Yohann D'ANELLO bd41560f45 Update permission fixtures 2020-04-06 10:45:32 +02:00
..
api RolePermissions were missing in the API 2020-04-02 16:06:58 +02:00
fixtures Update permission fixtures 2020-04-06 10:45:32 +02:00
migrations [permission] track migrations directory 2019-09-18 16:44:04 +02:00
templatetags The memoization doesn't work when objects don't have a primary key. 2020-04-02 14:50:28 +02:00
__init__.py Handle permissions (and it seems working!) 2020-03-18 14:42:35 +01:00
admin.py Fix CI 2020-03-22 14:57:51 +01:00
apps.py Comment code 2020-03-20 15:58:14 +01:00
backends.py The memoization doesn't work when objects don't have a primary key. 2020-04-02 14:50:28 +02:00
decorators.py The memoization doesn't work when objects don't have a primary key. 2020-04-02 14:50:28 +02:00
models.py Optimize permissions, use memoization 2020-04-02 00:30:22 +02:00
permissions.py The memoization doesn't work when objects don't have a primary key. 2020-04-02 14:50:28 +02:00
signals.py The memoization doesn't work when objects don't have a primary key. 2020-04-02 14:50:28 +02:00
views.py Improved permissions, 404 and 403 errors will be more frequent (when we type an invalid URL) 2020-03-31 04:16:30 +02:00