django-pfx 1.4.dev60__tar.gz → 1.4.dev62__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.dev60 → django_pfx-1.4.dev62}/PKG-INFO +2 -2
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/django_pfx.egg-info/PKG-INFO +2 -2
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/fields.py +6 -1
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/basic_api_test.py +3 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/.gitignore +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/.gitlab-ci.yml +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/.pre-commit-config.yaml +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/LICENSE +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/MANIFEST.in +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/README.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/django_pfx.egg-info/SOURCES.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/django_pfx.egg-info/dependency_links.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/django_pfx.egg-info/requires.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/django_pfx.egg-info/top_level.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/Makefile +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/conf.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/index.rst +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/api.views.rst +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/authentication.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/decorator.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/generate_openapi.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/getting_started.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/internationalisation.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/model.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/pfx_views.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/profiling.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/settings.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/doc/source/testing.md +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/img/pfx.png +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/img/pfx.svg +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/make_messages +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/manage.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/apidoc/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/apidoc/parameters.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/apidoc/schema.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/apidoc/tags.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/apps.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/decorator/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/decorator/rest.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/default_settings.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/exceptions.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/fields.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/http/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/http/json_response.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/management/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/management/commands/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/management/commands/makeapidoc.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/management/commands/profile.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/middleware/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/middleware/authentication.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/middleware/locale.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/middleware/profiling.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/migrations/0001_initial.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/migrations/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/abstract_pfx_base_user.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/cache_mixins.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/login_ban.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/not_null_fields.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/otp_user_mixin.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/pfx_models.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/pfx_user.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/models/user_filtered_queryset_mixin.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/serializers/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/serializers/json.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/settings.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/shortcuts.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/storage/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/storage/s3_storage.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/otp_code_email.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/otp_code_subject.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/password_reset_email.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/password_reset_subject.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/welcome_email.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/welcome_subject.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/test.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/urls.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/authentication_views.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/filters_views.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/locale_views.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/date_format.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/groups.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/list_count.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/list_items.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/list_mode.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/list_order.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/list_search.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/media_redirect.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/meta_fields.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/meta_filters.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/meta_orders.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_limit.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_offset.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_page.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_page_size.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_page_subset.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/rest_views.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/settings/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pfx/settings/dev.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/pyproject.toml +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/requirements.txt +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/serve-doc +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/setup.cfg +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/setup.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/models.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/ci.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/common.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/dev.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/dev_custom_example.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/settings/dev_default.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/__init__.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/basic_api_errors.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_api_doc.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_api_doc_search.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_auth_api.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_body_mixin.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_cache.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_client.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_fields.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_filters.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_locale_api.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_perm_tests.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_perms_api.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_profiling_middleware.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_settings.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_shortcuts.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_timezone_middleware.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_tools.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_user_queryset.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_view_decorators.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/tests/test_view_fields.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/urls.py +0 -0
- {django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/tests/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: django-pfx
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.dev62
|
|
4
4
|
Summary: Django PFX is a toolkit designed to streamline the development of RESTful APIs using the Django framework.
|
|
5
5
|
Author: Hervé Martinet
|
|
6
6
|
Author-email: herve.martinet@gmail.com
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: django-pfx
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.dev62
|
|
4
4
|
Summary: Django PFX is a toolkit designed to streamline the development of RESTful APIs using the Django framework.
|
|
5
5
|
Author: Hervé Martinet
|
|
6
6
|
Author-email: herve.martinet@gmail.com
|
|
@@ -91,7 +91,8 @@ class ViewField:
|
|
|
91
91
|
def __init__(
|
|
92
92
|
self, name, verbose_name=None, alias=None, field_type=None,
|
|
93
93
|
readonly=False, readonly_create=False, readonly_update=False,
|
|
94
|
-
choices=None, json_repr=None,
|
|
94
|
+
choices=None, json_repr=None,
|
|
95
|
+
related_model=None, related_model_api=None,
|
|
95
96
|
select_related=None, prefetch_related=None):
|
|
96
97
|
self.name = name
|
|
97
98
|
self.alias = alias or name
|
|
@@ -102,6 +103,7 @@ class ViewField:
|
|
|
102
103
|
self.choices = dict(choices or [])
|
|
103
104
|
self.json_repr = json_repr
|
|
104
105
|
self.related_model = related_model
|
|
106
|
+
self.related_model_api = related_model_api
|
|
105
107
|
self.select_related = select_related or []
|
|
106
108
|
self.prefetch_related = prefetch_related or []
|
|
107
109
|
|
|
@@ -113,6 +115,9 @@ class ViewField:
|
|
|
113
115
|
if self.choices:
|
|
114
116
|
res['choices'] = [
|
|
115
117
|
dict(label=_(v), value=k) for k, v in self.choices.items()]
|
|
118
|
+
if self.related_model:
|
|
119
|
+
res['model'] = self.related_model._meta.label
|
|
120
|
+
res['api'] = self.related_model_api or self.related_model.api
|
|
116
121
|
res['readonly'] = dict(
|
|
117
122
|
post=self.readonly_create,
|
|
118
123
|
put=self.readonly_update)
|
|
@@ -584,6 +584,9 @@ class BasicAPITest(TestAssertMixin, TestCase):
|
|
|
584
584
|
self.assertJE(response, 'fields.types.type', 'ModelObjectList')
|
|
585
585
|
self.assertJE(response, 'fields.types.name', 'Types')
|
|
586
586
|
response = self.client.get('/api/books/meta')
|
|
587
|
+
self.assertJE(response, 'fields.author.type', 'ModelObject')
|
|
588
|
+
self.assertJE(response, 'fields.author.model', 'tests.Author')
|
|
589
|
+
self.assertJE(response, 'fields.author.api', '/authors')
|
|
587
590
|
self.assertJE(
|
|
588
591
|
response, 'fields.read_time.type', 'MinutesDurationField')
|
|
589
592
|
self.assertJE(response, 'fields.read_time.name', 'Read Time')
|
|
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
|
|
File without changes
|
|
File without changes
|
{django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/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.dev60 → django_pfx-1.4.dev62}/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.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/templates/registration/welcome_email.txt
RENAMED
|
File without changes
|
{django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/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.dev60 → django_pfx-1.4.dev62}/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.dev60 → django_pfx-1.4.dev62}/pfx/pfxcore/views/parameters/subset_page_size.py
RENAMED
|
File without changes
|
{django_pfx-1.4.dev60 → django_pfx-1.4.dev62}/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
|