src/postorius/__init__.py |
2 |
0 |
0 |
100% |
src/postorius/apps.py |
4 |
0 |
0 |
100% |
src/postorius/auth/__init__.py |
0 |
0 |
0 |
100% |
src/postorius/auth/decorators.py |
36 |
0 |
0 |
100% |
src/postorius/auth/mixins.py |
32 |
1 |
0 |
97% |
src/postorius/auth/utils.py |
28 |
0 |
0 |
100% |
src/postorius/context_processors.py |
7 |
0 |
0 |
100% |
src/postorius/forms/__init__.py |
5 |
0 |
0 |
100% |
src/postorius/forms/domain_forms.py |
31 |
0 |
0 |
100% |
src/postorius/forms/fields.py |
35 |
4 |
0 |
89% |
src/postorius/forms/list_forms.py |
158 |
6 |
0 |
96% |
src/postorius/forms/member_forms.py |
5 |
0 |
0 |
100% |
src/postorius/forms/user_forms.py |
41 |
8 |
0 |
80% |
src/postorius/management/__init__.py |
0 |
0 |
0 |
100% |
src/postorius/management/commands/__init__.py |
0 |
0 |
0 |
100% |
src/postorius/management/commands/mmclient.py |
15 |
15 |
0 |
0% |
src/postorius/management/commands/reset_passwords.py |
27 |
27 |
0 |
0% |
src/postorius/middleware.py |
15 |
0 |
0 |
100% |
src/postorius/models.py |
162 |
27 |
0 |
83% |
src/postorius/template_list.py |
2 |
0 |
0 |
100% |
src/postorius/templatetags/__init__.py |
0 |
0 |
0 |
100% |
src/postorius/templatetags/markdown.py |
5 |
0 |
0 |
100% |
src/postorius/templatetags/membership_helpers.py |
12 |
0 |
0 |
100% |
src/postorius/templatetags/nav_helpers.py |
12 |
0 |
0 |
100% |
src/postorius/urls.py |
9 |
0 |
0 |
100% |
src/postorius/utils.py |
12 |
0 |
0 |
100% |
src/postorius/views/__init__.py |
0 |
0 |
0 |
100% |
src/postorius/views/domain.py |
79 |
11 |
0 |
86% |
src/postorius/views/generic.py |
24 |
5 |
0 |
79% |
src/postorius/views/list.py |
549 |
126 |
0 |
77% |
src/postorius/views/rest.py |
53 |
2 |
0 |
96% |
src/postorius/views/system.py |
13 |
0 |
0 |
100% |
src/postorius/views/template.py |
105 |
13 |
0 |
88% |
src/postorius/views/user.py |
172 |
55 |
0 |
68% |