django-pfx 1.4.dev64__tar.gz → 1.4.dev66__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/PKG-INFO +1 -1
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/django_pfx.egg-info/PKG-INFO +1 -1
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/authentication.md +27 -3
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/abstract_pfx_base_user.py +3 -1
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/pfx_user.py +1 -2
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/models.py +1 -1
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/.gitignore +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/.gitlab-ci.yml +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/.pre-commit-config.yaml +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/LICENSE +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/MANIFEST.in +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/README.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/django_pfx.egg-info/SOURCES.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/django_pfx.egg-info/dependency_links.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/django_pfx.egg-info/requires.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/django_pfx.egg-info/top_level.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/Makefile +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/conf.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/index.rst +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/api.views.rst +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/decorator.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/generate_openapi.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/getting_started.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/internationalisation.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/model.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/pfx_views.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/profiling.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/settings.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/doc/source/testing.md +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/img/pfx.png +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/img/pfx.svg +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/make_messages +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/manage.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/apidoc/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/apidoc/parameters.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/apidoc/schema.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/apidoc/tags.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/apps.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/decorator/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/decorator/rest.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/default_settings.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/exceptions.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/http/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/http/json_response.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/management/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/management/commands/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/management/commands/makeapidoc.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/management/commands/profile.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/middleware/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/middleware/authentication.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/middleware/locale.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/middleware/profiling.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/migrations/0001_initial.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/migrations/0002_pfxpermissionsuser.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/migrations/0003_delete_pfxpermissionsuser.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/migrations/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/cache_mixins.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/login_ban.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/not_null_fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/otp_user_mixin.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/pfx_models.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/user_filtered_queryset_mixin.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/serializers/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/serializers/json.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/settings.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/shortcuts.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/storage/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/storage/s3_storage.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/otp_code_email.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/otp_code_subject.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/password_reset_email.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/password_reset_subject.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/welcome_email.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/welcome_subject.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/test.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/urls.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/authentication_views.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/filters_views.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/locale_views.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/date_format.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/groups.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/list_count.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/list_items.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/list_mode.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/list_order.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/list_search.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/media_redirect.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/meta_fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/meta_filters.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/meta_orders.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_limit.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_offset.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_page.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_page_size.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_page_subset.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/rest_views.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/settings/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/settings/dev.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pyproject.toml +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/requirements.txt +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/serve-doc +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/setup.cfg +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/setup.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/ci.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/common.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/dev.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/dev_custom_example.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/settings/dev_default.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/__init__.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/basic_api_errors.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/basic_api_test.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_api_doc.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_api_doc_search.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_auth_api.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_body_mixin.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_cache.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_client.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_filters.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_locale_api.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_perm_tests.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_perms_api.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_profiling_middleware.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_settings.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_shortcuts.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_timezone_middleware.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_tools.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_user_queryset.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_view_decorators.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/tests/test_view_fields.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/urls.py +0 -0
- {django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/tests/views.py +0 -0
|
@@ -9,20 +9,44 @@ including password validation and hashing.
|
|
|
9
9
|
## User Model
|
|
10
10
|
|
|
11
11
|
You have the option to use the standard Django User with {class}`pfx.pfxcore.models.PFXUser`
|
|
12
|
-
(which is a {class}`django.contrib.auth.models.User` with PFX required mixins)
|
|
13
|
-
|
|
12
|
+
(which is a {class}`django.contrib.auth.models.User` with PFX required mixins):
|
|
13
|
+
|
|
14
|
+
```python
|
|
15
|
+
AUTH_USER_MODEL = 'pfxcore.PFXUser'
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
But you may prefer to use your own model. To do this, create your own user class.
|
|
19
|
+
|
|
20
|
+
You have 2 options:
|
|
14
21
|
|
|
15
22
|
```python
|
|
16
23
|
from pfx.pfxcore.models import AbstractPFXBaseUser
|
|
17
24
|
|
|
18
25
|
class MyUser(AbstractPFXBaseUser):
|
|
26
|
+
# Equivalent of django.contrib.auth.models.AbstractBaseUser for PFX.
|
|
27
|
+
#
|
|
28
|
+
# Minimal user, you have to manage the USERNAME_FIELD by yourself,
|
|
29
|
+
# and you have to add django.contrib.auth.models.PermissionsMixin
|
|
30
|
+
# if you want to use the permission system.
|
|
19
31
|
pass
|
|
20
32
|
```
|
|
21
33
|
|
|
34
|
+
```python
|
|
35
|
+
from pfx.pfxcore.models import AbstractPFXUser
|
|
36
|
+
|
|
37
|
+
class MyUser(AbstractPFXUser):
|
|
38
|
+
# Equivalent of django.contrib.auth.models.AbstractUser for PFX.
|
|
39
|
+
#
|
|
40
|
+
# This is the same as using pfxcore.PFXUser, but you can add your
|
|
41
|
+
# custom fields.
|
|
42
|
+
pass
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
|
|
22
46
|
Then, define the model in your settings:
|
|
23
47
|
|
|
24
48
|
```python
|
|
25
|
-
AUTH_USER_MODEL =
|
|
49
|
+
AUTH_USER_MODEL = 'myapp.MyUser'
|
|
26
50
|
```
|
|
27
51
|
|
|
28
52
|
## Authentication Modes
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
from django.contrib.auth.models import AbstractBaseUser, AbstractUser
|
|
2
2
|
|
|
3
|
+
from .pfx_models import PFXModelMixin
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
|
|
6
|
+
class AbstractPFXBaseUser(PFXModelMixin, AbstractBaseUser):
|
|
5
7
|
"""The base abstract user for PFX."""
|
|
6
8
|
|
|
7
9
|
class Meta:
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
from django.contrib.auth.models import AbstractUser
|
|
2
2
|
|
|
3
3
|
from .abstract_pfx_base_user import AbstractPFXUser
|
|
4
|
-
from .pfx_models import PFXModelMixin
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
class PFXUser(
|
|
6
|
+
class PFXUser(AbstractPFXUser):
|
|
8
7
|
"""The Django User with PFX mixins.
|
|
9
8
|
"""
|
|
10
9
|
|
|
@@ -50,7 +50,7 @@ class UserManager(BaseUserManager):
|
|
|
50
50
|
is_superuser=True)
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
class User(CacheableMixin,
|
|
53
|
+
class User(CacheableMixin, OtpUserMixin, AbstractPFXBaseUser):
|
|
54
54
|
username = models.CharField(
|
|
55
55
|
'username',
|
|
56
56
|
max_length=150,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/migrations/0002_pfxpermissionsuser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/models/user_filtered_queryset_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/otp_code_email.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/welcome_email.txt
RENAMED
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/templates/registration/welcome_subject.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/media_redirect.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_page_size.py
RENAMED
|
File without changes
|
{django_pfx-1.4.dev64 → django_pfx-1.4.dev66}/pfx/pfxcore/views/parameters/subset_page_subset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|