django-pfx 1.4.dev38__tar.gz → 1.4.dev40__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.dev38 → django_pfx-1.4.dev40}/PKG-INFO +1 -1
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/django_pfx.egg-info/PKG-INFO +1 -1
- django_pfx-1.4.dev40/pfx/pfxcore/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/locale/fr/LC_MESSAGES/django.po +2 -2
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/authentication_views.py +2 -2
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_auth_api.py +2 -2
- django_pfx-1.4.dev38/pfx/pfxcore/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/.gitignore +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/.gitlab-ci.yml +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/.pre-commit-config.yaml +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/LICENSE +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/MANIFEST.in +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/README.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/django_pfx.egg-info/SOURCES.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/django_pfx.egg-info/dependency_links.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/django_pfx.egg-info/requires.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/django_pfx.egg-info/top_level.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/Makefile +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/conf.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/index.rst +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/api.views.rst +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/authentication.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/decorator.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/generate_openapi.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/getting_started.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/internationalisation.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/model.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/pfx_views.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/profiling.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/settings.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/doc/source/testing.md +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/img/pfx.png +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/img/pfx.svg +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/make_messages +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/manage.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/apidoc/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/apidoc/parameters.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/apidoc/schema.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/apidoc/tags.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/apps.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/decorator/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/decorator/rest.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/default_settings.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/exceptions.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/http/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/http/json_response.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/management/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/management/commands/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/management/commands/makeapidoc.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/management/commands/profile.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/middleware/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/middleware/authentication.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/middleware/locale.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/middleware/profiling.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/migrations/0001_initial.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/migrations/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/abstract_pfx_base_user.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/cache_mixins.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/login_ban.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/not_null_fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/otp_user_mixin.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/pfx_models.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/pfx_user.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/models/user_filtered_queryset_mixin.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/serializers/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/serializers/json.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/settings.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/shortcuts.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/storage/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/storage/s3_storage.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/otp_code_email.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/otp_code_subject.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/password_reset_email.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/password_reset_subject.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/welcome_email.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/welcome_subject.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/test.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/urls.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/filters_views.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/locale_views.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/date_format.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/groups.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/list_count.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/list_items.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/list_mode.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/list_order.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/list_search.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/media_redirect.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/meta_fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/meta_filters.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/meta_orders.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_limit.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_offset.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_page.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_page_size.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_page_subset.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/rest_views.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/settings/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pfx/settings/dev.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/pyproject.toml +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/requirements.txt +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/serve-doc +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/setup.cfg +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/setup.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/models.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/ci.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/common.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/dev.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/dev_custom_example.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/settings/dev_default.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/__init__.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/basic_api_errors.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/basic_api_test.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_api_doc.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_body_mixin.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_cache.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_client.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_filters.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_locale_api.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_perm_tests.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_perms_api.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_profiling_middleware.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_settings.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_shortcuts.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_timezone_middleware.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_tools.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_user_queryset.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_view_decorators.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/tests/test_view_fields.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/urls.py +0 -0
- {django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/tests/views.py +0 -0
|
Binary file
|
|
@@ -230,8 +230,8 @@ msgid "OTP is already enabled"
|
|
|
230
230
|
msgstr "OTP est déjà activé"
|
|
231
231
|
|
|
232
232
|
#: views/authentication_views.py:490 views/authentication_views.py:524
|
|
233
|
-
msgid "Invalid
|
|
234
|
-
msgstr "Code
|
|
233
|
+
msgid "Invalid code"
|
|
234
|
+
msgstr "Code invalide"
|
|
235
235
|
|
|
236
236
|
#: views/authentication_views.py:523
|
|
237
237
|
msgid "OTP disabled"
|
|
@@ -487,7 +487,7 @@ class AuthenticationView(
|
|
|
487
487
|
data = self.deserialize_body()
|
|
488
488
|
if self.request.user.confirm_otp(data.get('otp_code')):
|
|
489
489
|
return JsonResponse(dict(message=_("OTP enabled")))
|
|
490
|
-
return JsonResponse(dict(
|
|
490
|
+
return JsonResponse(dict(otp_code=[_("Invalid code")]), status=422)
|
|
491
491
|
|
|
492
492
|
@method_decorator(never_cache)
|
|
493
493
|
@rest_api("/otp/disable", public=False, method="put", priority_doc=54)
|
|
@@ -521,7 +521,7 @@ class AuthenticationView(
|
|
|
521
521
|
if self.request.user.is_otp_valid(data.get('otp_code')):
|
|
522
522
|
self.request.user.disable_otp()
|
|
523
523
|
return JsonResponse(dict(message=_("OTP disabled")))
|
|
524
|
-
return JsonResponse(dict(
|
|
524
|
+
return JsonResponse(dict(otp_code=[_("Invalid code")]), status=422)
|
|
525
525
|
|
|
526
526
|
@method_decorator(never_cache)
|
|
527
527
|
@rest_api(
|
|
@@ -921,7 +921,7 @@ class AuthAPITest(TestAssertMixin, TransactionTestCase):
|
|
|
921
921
|
response = self.client.put('/api/auth/otp/enable', dict(
|
|
922
922
|
otp_code='-'))
|
|
923
923
|
self.assertRC(response, 422)
|
|
924
|
-
self.assertJE(response, '
|
|
924
|
+
self.assertJE(response, 'otp_code.@0', "Invalid code")
|
|
925
925
|
self.user1.refresh_from_db()
|
|
926
926
|
self.assertIsNone(self.user1.otp_secret_token)
|
|
927
927
|
self.assertEqual(len(self.user1.otp_secret_token_tmp), 32)
|
|
@@ -983,7 +983,7 @@ class AuthAPITest(TestAssertMixin, TransactionTestCase):
|
|
|
983
983
|
response = self.client.put('/api/auth/otp/disable', dict(
|
|
984
984
|
otp_code='-'))
|
|
985
985
|
self.assertRC(response, 422)
|
|
986
|
-
self.assertJE(response, '
|
|
986
|
+
self.assertJE(response, 'otp_code.@0', "Invalid code")
|
|
987
987
|
self.user1.refresh_from_db()
|
|
988
988
|
self.assertEqual(len(self.user1.otp_secret_token), 32)
|
|
989
989
|
self.assertIsNone(self.user1.otp_secret_token_tmp)
|
|
Binary file
|
|
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
|
|
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.dev38 → django_pfx-1.4.dev40}/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.dev38 → django_pfx-1.4.dev40}/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.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/templates/registration/welcome_email.txt
RENAMED
|
File without changes
|
{django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/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
|
{django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/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.dev38 → django_pfx-1.4.dev40}/pfx/pfxcore/views/parameters/subset_page_size.py
RENAMED
|
File without changes
|
{django_pfx-1.4.dev38 → django_pfx-1.4.dev40}/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
|