nk20/apps/permission
Pierre-antoine Comby 68808ddece Merge branch 'master' into 'fix_distinct'
# Conflicts:
#   apps/activity/views.py
2020-04-09 22:30:19 +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 distinct on field not supported by sqlite 2020-04-06 11:44:02 +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 Some model translations were missing 2020-04-06 10:58:16 +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