wagtail 7.1.1__py3-none-any.whl → 7.2rc1__py3-none-any.whl
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.
- wagtail/__init__.py +1 -1
- wagtail/actions/copy_page.py +1 -1
- wagtail/actions/create_alias.py +1 -1
- wagtail/actions/delete_page.py +1 -1
- wagtail/actions/publish_page_revision.py +1 -1
- wagtail/actions/publish_revision.py +1 -1
- wagtail/actions/revert_to_page_revision.py +1 -1
- wagtail/actions/unpublish.py +1 -1
- wagtail/actions/unpublish_page.py +1 -1
- wagtail/admin/auth.py +3 -1
- wagtail/admin/checks.py +2 -2
- wagtail/admin/filters.py +28 -1
- wagtail/admin/forms/collections.py +1 -1
- wagtail/admin/forms/comments.py +1 -1
- wagtail/admin/forms/models.py +1 -1
- wagtail/admin/forms/pages.py +1 -1
- wagtail/admin/forms/tags.py +1 -1
- wagtail/admin/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/cs/LC_MESSAGES/django.po +25 -1
- wagtail/admin/locale/en/LC_MESSAGES/django.po +278 -192
- wagtail/admin/locale/en/LC_MESSAGES/djangojs.po +29 -15
- wagtail/admin/locale/it/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/it/LC_MESSAGES/django.po +3 -2
- wagtail/admin/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/nl/LC_MESSAGES/django.po +57 -3
- wagtail/admin/locale/nl/LC_MESSAGES/djangojs.mo +0 -0
- wagtail/admin/locale/nl/LC_MESSAGES/djangojs.po +8 -2
- wagtail/admin/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/ru/LC_MESSAGES/django.po +58 -1
- wagtail/admin/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/tr/LC_MESSAGES/django.po +3 -2
- wagtail/admin/static/wagtailadmin/css/core.css +1 -1
- wagtail/admin/static/wagtailadmin/js/bulk-actions.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-widget-telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-widget.js +1 -1
- wagtail/admin/static/wagtailadmin/js/comments.js +1 -1
- wagtail/admin/static/wagtailadmin/js/core.js +1 -1
- wagtail/admin/static/wagtailadmin/js/core.js.LICENSE.txt +2 -2
- wagtail/admin/static/wagtailadmin/js/date-time-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/draftail.js +1 -1
- wagtail/admin/static/wagtailadmin/js/filtered-select.js +1 -1
- wagtail/admin/static/wagtailadmin/js/icons.js +1 -1
- wagtail/admin/static/wagtailadmin/js/modal-workflow.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser-telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/privacy-switch.js +1 -1
- wagtail/admin/static/wagtailadmin/js/sidebar.js +1 -1
- wagtail/admin/static/wagtailadmin/js/task-chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/task-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/blocks.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/widgets.js +1 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js +1 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js.LICENSE.txt +2 -2
- wagtail/admin/static/wagtailadmin/js/vendor/bootstrap-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/bootstrap-transition.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery-3.6.0.min.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery-ui-1.13.2.min.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.datetimepicker.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload-process.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.iframe-transport.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/tag-it.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor.js.LICENSE.txt +1 -1
- wagtail/admin/static/wagtailadmin/js/wagtailadmin.js +1 -1
- wagtail/admin/static/wagtailadmin/js/workflow-action.js +1 -1
- wagtail/admin/templates/wagtailadmin/account/account.html +2 -0
- wagtail/admin/templates/wagtailadmin/base.html +14 -0
- wagtail/admin/templates/wagtailadmin/generic/chooser/chooser.html +2 -1
- wagtail/admin/templates/wagtailadmin/generic/chooser/creation_form.html +2 -1
- wagtail/admin/templates/wagtailadmin/generic/form.html +3 -1
- wagtail/admin/templates/wagtailadmin/panels/multi_field_panel_child.html +1 -1
- wagtail/admin/templates/wagtailadmin/panels/object_list.html +1 -1
- wagtail/admin/templates/wagtailadmin/panels/tabbed_interface.html +3 -2
- wagtail/admin/templates/wagtailadmin/shared/formatted_field.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/forms/single_checkbox.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/keyboard_shortcuts_dialog.html +19 -0
- wagtail/admin/templates/wagtailadmin/shared/panel.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/set_privacy.html +15 -0
- wagtail/admin/templates/wagtailadmin/shared/side_panels/checks.html +28 -1
- wagtail/admin/templates/wagtailadmin/shared/workflow_history/detail.html +2 -2
- wagtail/admin/templates/wagtailadmin/{pages/listing/_ordering_header.html → tables/ordering_header.html} +2 -2
- wagtail/admin/templates/wagtailadmin/tables/title_cell.html +1 -1
- wagtail/admin/templates/wagtailadmin/userbar/base.html +6 -3
- wagtail/admin/templates/wagtailadmin/userbar/item_admin.html +2 -2
- wagtail/admin/templates/wagtailadmin/userbar/item_page_add.html +2 -2
- wagtail/admin/templates/wagtailadmin/userbar/item_page_edit.html +2 -2
- wagtail/admin/templates/wagtailadmin/userbar/item_page_explore.html +2 -2
- wagtail/admin/templates/wagtailadmin/widgets/{daterange_input.html → range_input.html} +1 -1
- wagtail/admin/templates/wagtailadmin/workflows/task_chooser/chooser.html +4 -2
- wagtail/admin/templatetags/wagtailadmin_tags.py +56 -22
- wagtail/admin/tests/api/test_pages.py +7 -7
- wagtail/admin/tests/api/test_renderer_classes.py +16 -0
- wagtail/admin/tests/pages/test_create_page.py +34 -2
- wagtail/admin/tests/pages/test_edit_page.py +128 -14
- wagtail/admin/tests/pages/test_explorer_view.py +34 -7
- wagtail/admin/tests/pages/test_reorder_page.py +11 -0
- wagtail/admin/tests/test_collections_views.py +12 -0
- wagtail/admin/tests/test_edit_handlers.py +3 -3
- wagtail/admin/tests/test_filters.py +2 -2
- wagtail/admin/tests/test_keyboard_shortcuts.py +52 -2
- wagtail/admin/tests/test_menu.py +0 -2
- wagtail/admin/tests/test_privacy.py +16 -16
- wagtail/admin/tests/test_templatetags.py +137 -0
- wagtail/admin/tests/test_userbar.py +75 -35
- wagtail/admin/tests/test_views_generic.py +34 -0
- wagtail/admin/tests/test_workflows.py +34 -0
- wagtail/admin/tests/viewsets/test_model_viewset.py +322 -0
- wagtail/admin/ui/tables/orderable.py +73 -0
- wagtail/admin/ui/tables/pages.py +3 -13
- wagtail/admin/userbar.py +6 -1
- wagtail/admin/views/collection_privacy.py +6 -2
- wagtail/admin/views/generic/__init__.py +1 -0
- wagtail/admin/views/generic/mixins.py +20 -2
- wagtail/admin/views/generic/models.py +67 -1
- wagtail/admin/views/generic/ordering.py +79 -0
- wagtail/admin/views/home.py +3 -3
- wagtail/admin/views/page_privacy.py +5 -2
- wagtail/admin/views/pages/create.py +1 -1
- wagtail/admin/views/pages/edit.py +2 -2
- wagtail/admin/views/pages/listing.py +7 -42
- wagtail/admin/views/pages/move.py +1 -1
- wagtail/admin/views/pages/ordering.py +1 -1
- wagtail/admin/viewsets/base.py +1 -1
- wagtail/admin/viewsets/model.py +49 -1
- wagtail/admin/wagtail_hooks.py +2 -1
- wagtail/admin/widgets/slug.py +10 -10
- wagtail/api/v2/serializers.py +1 -1
- wagtail/api/v2/tests/test_renderer_classes.py +32 -0
- wagtail/apps.py +2 -0
- wagtail/bin/wagtail.py +1 -1
- wagtail/blocks/struct_block.py +2 -1
- wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +14 -14
- wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po +19 -2
- wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po +18 -1
- wagtail/contrib/frontend_cache/tests.py +4 -2
- wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/tests/test_tmp_storages.py +20 -0
- wagtail/contrib/redirects/tmp_storages.py +1 -1
- wagtail/contrib/redirects/views.py +3 -3
- wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po +43 -3
- wagtail/contrib/search_promotions/static/wagtailsearchpromotions/js/query-chooser-modal.js +1 -1
- wagtail/contrib/search_promotions/views/settings.py +2 -2
- wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po +6 -1
- wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po +6 -2
- wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po +6 -1
- wagtail/contrib/settings/tests/site_specific/test_admin.py +40 -6
- wagtail/contrib/simple_translation/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/styleguide/templates/wagtailstyleguide/base.html +5 -5
- wagtail/contrib/table_block/blocks.py +1 -0
- wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +5 -1
- wagtail/contrib/table_block/static/table_block/js/table.js +1 -1
- wagtail/contrib/typed_table_block/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/typed_table_block/static/typed_table_block/js/typed_table_block.js +1 -1
- wagtail/coreutils.py +5 -5
- wagtail/documents/forms.py +18 -1
- wagtail/documents/locale/en/LC_MESSAGES/django.po +10 -10
- wagtail/documents/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/nl/LC_MESSAGES/django.po +9 -0
- wagtail/documents/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/ru/LC_MESSAGES/django.po +9 -0
- wagtail/documents/models.py +1 -1
- wagtail/documents/static/wagtaildocs/js/add-multiple.js +1 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser-modal.js +1 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser-telepath.js +1 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser.js +1 -1
- wagtail/documents/templates/wagtaildocs/documents/add.html +0 -34
- wagtail/documents/tests/test_admin_views.py +132 -26
- wagtail/documents/tests/test_collection_privacy.py +18 -4
- wagtail/documents/tests/test_form_overrides.py +1 -1
- wagtail/documents/tests/test_search.py +21 -8
- wagtail/documents/views/documents.py +1 -1
- wagtail/embeds/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/embeds/static/wagtailembeds/js/embed-chooser-modal.js +1 -1
- wagtail/images/forms.py +16 -1
- wagtail/images/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/cs/LC_MESSAGES/django.po +12 -1
- wagtail/images/locale/en/LC_MESSAGES/django.po +57 -46
- wagtail/images/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/nl/LC_MESSAGES/django.po +37 -14
- wagtail/images/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/ru/LC_MESSAGES/django.po +20 -1
- wagtail/images/models.py +1 -1
- wagtail/images/static/wagtailimages/js/add-multiple.js +1 -1
- wagtail/images/static/wagtailimages/js/focal-point-chooser.js +1 -1
- wagtail/images/static/wagtailimages/js/image-block.js +1 -1
- wagtail/images/static/wagtailimages/js/image-chooser-modal.js +1 -1
- wagtail/images/static/wagtailimages/js/image-chooser-telepath.js +1 -1
- wagtail/images/static/wagtailimages/js/image-chooser.js +1 -1
- wagtail/images/static/wagtailimages/js/image-url-generator.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.Jcrop.min.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-image.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-validate.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/load-image.min.js +1 -1
- wagtail/images/templates/wagtailimages/chooser/chooser.html +22 -13
- wagtail/images/templates/wagtailimages/chooser/image_preview_column_cell.html +10 -0
- wagtail/images/templates/wagtailimages/chooser/results.html +24 -20
- wagtail/images/templates/wagtailimages/chooser/title_column_cell.html +15 -0
- wagtail/images/templates/wagtailimages/images/add.html +0 -34
- wagtail/images/templates/wagtailimages/images/index.html +3 -3
- wagtail/images/templates/wagtailimages/images/index_results.html +1 -1
- wagtail/images/templates/wagtailimages/images/layout_toggle_button.html +8 -7
- wagtail/images/templatetags/wagtailimages_tags.py +2 -2
- wagtail/images/tests/test_admin_views.py +87 -0
- wagtail/images/tests/test_form_overrides.py +1 -1
- wagtail/images/tests/test_models.py +48 -9
- wagtail/images/views/chooser.py +66 -2
- wagtail/locale/en/LC_MESSAGES/django.po +55 -55
- wagtail/locale/is_IS/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/is_IS/LC_MESSAGES/django.po +3 -3
- wagtail/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/nl/LC_MESSAGES/django.po +11 -2
- wagtail/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/ru/LC_MESSAGES/django.po +11 -1
- wagtail/locales/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/locales/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/locales/locale/nl/LC_MESSAGES/django.po +12 -1
- wagtail/locales/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/locales/locale/ru/LC_MESSAGES/django.po +10 -1
- wagtail/locales/views.py +2 -2
- wagtail/models/orderable.py +10 -0
- wagtail/models/pages.py +9 -11
- wagtail/models/sites.py +1 -1
- wagtail/models/workflows.py +8 -5
- wagtail/project_template/home/tests.py +6 -7
- wagtail/project_template/project_name/settings/base.py +9 -9
- wagtail/project_template/requirements.txt +1 -1
- wagtail/query.py +7 -2
- wagtail/rich_text/rewriters.py +1 -1
- wagtail/search/apps.py +4 -49
- wagtail/search/backends/__init__.py +1 -113
- wagtail/search/backends/base.py +1 -547
- wagtail/search/backends/database/__init__.py +1 -50
- wagtail/search/backends/database/fallback.py +1 -253
- wagtail/search/backends/database/mysql/mysql.py +1 -700
- wagtail/search/backends/database/mysql/query.py +1 -258
- wagtail/search/backends/database/postgres/postgres.py +1 -749
- wagtail/search/backends/database/postgres/query.py +1 -83
- wagtail/search/backends/database/postgres/weights.py +1 -63
- wagtail/search/backends/database/sqlite/query.py +1 -294
- wagtail/search/backends/database/sqlite/sqlite.py +1 -719
- wagtail/search/backends/database/sqlite/utils.py +1 -35
- wagtail/search/backends/deprecation.py +45 -0
- wagtail/search/backends/elasticsearch7.py +18 -1260
- wagtail/search/backends/elasticsearch8.py +21 -96
- wagtail/search/backends/elasticsearch9.py +35 -0
- wagtail/search/backends/opensearch2.py +35 -0
- wagtail/search/backends/opensearch3.py +35 -0
- wagtail/search/index.py +1 -358
- wagtail/search/locale/en/LC_MESSAGES/django.po +2 -10
- wagtail/search/management/commands/update_index.py +1 -205
- wagtail/search/management/commands/wagtail_update_index.py +1 -4
- wagtail/search/models.py +32 -158
- wagtail/search/query.py +1 -114
- wagtail/search/queryset.py +1 -43
- wagtail/search/signal_handlers.py +1 -24
- wagtail/search/tasks.py +1 -10
- wagtail/search/tests/test_elasticsearch.py +22 -0
- wagtail/search/utils.py +1 -206
- wagtail/sites/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/snippets/locale/en/LC_MESSAGES/django.po +3 -3
- wagtail/snippets/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/ru/LC_MESSAGES/django.po +8 -1
- wagtail/snippets/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/tr/LC_MESSAGES/django.po +8 -1
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser-telepath.js +1 -1
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser.js +1 -1
- wagtail/snippets/tests/test_preview.py +5 -6
- wagtail/snippets/tests/test_reordering.py +319 -0
- wagtail/snippets/tests/test_snippets.py +65 -12
- wagtail/snippets/views/snippets.py +16 -0
- wagtail/test/numberformat.py +30 -0
- wagtail/test/settings.py +35 -12
- wagtail/test/testapp/fields.py +12 -0
- wagtail/test/testapp/migrations/0056_commentablejsonpage.py +50 -0
- wagtail/test/testapp/migrations/0057_featurecompletetoy_sort_order.py +23 -0
- wagtail/test/testapp/migrations/0058_customlocktask.py +31 -0
- wagtail/test/testapp/models.py +27 -0
- wagtail/test/testapp/urls.py +1 -0
- wagtail/test/testapp/views.py +18 -2
- wagtail/test/utils/page_tests.py +17 -17
- wagtail/test/utils/template_tests.py +4 -6
- wagtail/test/utils/wagtail_tests.py +1 -2
- wagtail/tests/test_blocks.py +15 -0
- wagtail/tests/test_page_model.py +15 -0
- wagtail/{search/tests → tests}/test_page_search.py +29 -2
- wagtail/tests/test_search_fields.py +69 -0
- wagtail/tests/test_tests.py +62 -6
- wagtail/tests/test_workflow.py +25 -1
- wagtail/users/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/cs/LC_MESSAGES/django.po +3 -0
- wagtail/users/locale/en/LC_MESSAGES/django.po +2 -2
- wagtail/users/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/nl/LC_MESSAGES/django.po +6 -3
- wagtail/users/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/ru/LC_MESSAGES/django.po +5 -1
- wagtail/users/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/tr/LC_MESSAGES/django.po +78 -4
- wagtail/users/templates/wagtailusers/users/create.html +2 -0
- wagtail/users/templates/wagtailusers/users/edit.html +2 -0
- wagtail/users/tests/test_admin_views.py +4 -0
- wagtail/users/views/users.py +1 -1
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/METADATA +7 -6
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/RECORD +322 -328
- wagtail/admin/templates/wagtailadmin/collection_privacy/set_privacy.html +0 -13
- wagtail/admin/templates/wagtailadmin/page_privacy/set_privacy.html +0 -13
- wagtail/search/tests/__init__.py +0 -0
- wagtail/search/tests/elasticsearch_common_tests.py +0 -251
- wagtail/search/tests/test_backends.py +0 -1215
- wagtail/search/tests/test_db_backend.py +0 -62
- wagtail/search/tests/test_elasticsearch7_backend.py +0 -1452
- wagtail/search/tests/test_elasticsearch8_backend.py +0 -15
- wagtail/search/tests/test_index_functions.py +0 -256
- wagtail/search/tests/test_indexed_class.py +0 -157
- wagtail/search/tests/test_mysql_backend.py +0 -192
- wagtail/search/tests/test_postgres_backend.py +0 -210
- wagtail/search/tests/test_queries.py +0 -332
- wagtail/search/tests/test_related_fields.py +0 -102
- wagtail/search/tests/test_sqlite_backend.py +0 -52
- wagtail/test/search/__init__.py +0 -0
- wagtail/test/search/apps.py +0 -9
- wagtail/test/search/fixtures/search.json +0 -545
- wagtail/test/search/migrations/0001_initial.py +0 -146
- wagtail/test/search/migrations/0002_bookunindexed.py +0 -43
- wagtail/test/search/migrations/0003_book_summary.py +0 -18
- wagtail/test/search/migrations/__init__.py +0 -0
- wagtail/test/search/models.py +0 -137
- /wagtail/admin/templates/wagtailadmin/{pages/listing/_ordering_cell.html → tables/ordering_cell.html} +0 -0
- /wagtail/{search/checks.py → checks.py} +0 -0
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/WHEEL +0 -0
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/entry_points.txt +0 -0
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/licenses/LICENSE +0 -0
- {wagtail-7.1.1.dist-info → wagtail-7.2rc1.dist-info}/top_level.txt +0 -0
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
# Basitlik İyidir, 2020
|
|
7
7
|
# Basitlik İyidir, 2020
|
|
8
8
|
# Cihad GÜNDOĞDU <cihadgundogdu@gmail.com>, 2016,2025
|
|
9
|
+
# Ertuğrul Keremoğlu, 2025
|
|
9
10
|
# Matt Westcott <matthew@torchbox.com>, 2020
|
|
10
11
|
# Py Data Geek <pydatageek@gmail.com>, 2019
|
|
11
12
|
# Py Data Geek <pydatageek@gmail.com>, 2019
|
|
@@ -16,7 +17,7 @@ msgstr ""
|
|
|
16
17
|
"Report-Msgid-Bugs-To: \n"
|
|
17
18
|
"POT-Creation-Date: 2025-07-24 16:20+0200\n"
|
|
18
19
|
"PO-Revision-Date: 2014-02-19 11:54+0000\n"
|
|
19
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Ertuğrul Keremoğlu, 2025\n"
|
|
20
21
|
"Language-Team: Turkish (http://app.transifex.com/torchbox/wagtail/language/"
|
|
21
22
|
"tr/)\n"
|
|
22
23
|
"MIME-Version: 1.0\n"
|
|
@@ -28,6 +29,10 @@ msgstr ""
|
|
|
28
29
|
msgid "Wagtail users"
|
|
29
30
|
msgstr "Wagtail kullanıcılar"
|
|
30
31
|
|
|
32
|
+
msgid "Required. Letters, digits and @/./+/-/_ only."
|
|
33
|
+
msgstr ""
|
|
34
|
+
"Zorunlu. Sadece harfler, rakamlar ve @/./+/-/_ karakterleri kullanılabilir."
|
|
35
|
+
|
|
31
36
|
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
|
|
32
37
|
msgstr "Bu değer sadece harf, sayı ya da @/./+/-/_ karakterlerinden oluşur."
|
|
33
38
|
|
|
@@ -90,6 +95,16 @@ msgstr "reddedilen bildirimler"
|
|
|
90
95
|
msgid "Receive notification when your page edit is rejected"
|
|
91
96
|
msgstr "Düzenlediğiniz sayfa reddedildiğinde bildirim alın"
|
|
92
97
|
|
|
98
|
+
msgid "updated comments notifications"
|
|
99
|
+
msgstr "güncellenen yorum bildirimleri"
|
|
100
|
+
|
|
101
|
+
msgid ""
|
|
102
|
+
"Receive notification when comments have been created, resolved, or deleted "
|
|
103
|
+
"on a page that you have subscribed to receive comment notifications on"
|
|
104
|
+
msgstr ""
|
|
105
|
+
"Abone olduğunuz bir sayfada yorum oluşturulduğunda, çözüldüğünde veya "
|
|
106
|
+
"silindiğinde bildirim alın"
|
|
107
|
+
|
|
93
108
|
msgid "preferred language"
|
|
94
109
|
msgstr "tercih edilen dil"
|
|
95
110
|
|
|
@@ -155,6 +170,9 @@ msgstr[1] "%(counter)s kullanıcısına rol atandı."
|
|
|
155
170
|
msgid "Assign role"
|
|
156
171
|
msgstr "Rol ata"
|
|
157
172
|
|
|
173
|
+
msgid "Are you sure you want to assign this role to these users?"
|
|
174
|
+
msgstr "Bu rolü bu kullanıcılara atamak istediğinizden emin misiniz?"
|
|
175
|
+
|
|
158
176
|
msgid "You don't have permission to edit this user"
|
|
159
177
|
msgid_plural "You don't have permission to edit these users"
|
|
160
178
|
msgstr[0] "Bu kullanıcıyı düzenleme izniniz yok"
|
|
@@ -163,9 +181,21 @@ msgstr[1] "Bu kullanıcıları düzenleme izniniz yok"
|
|
|
163
181
|
msgid "Yes, assign"
|
|
164
182
|
msgstr "Evet, ata"
|
|
165
183
|
|
|
184
|
+
msgid "No, don't assign"
|
|
185
|
+
msgstr "Hayır, atama yapma"
|
|
186
|
+
|
|
187
|
+
#, python-format
|
|
188
|
+
msgid "Delete 1 user"
|
|
189
|
+
msgid_plural "Delete %(counter)s users"
|
|
190
|
+
msgstr[0] "1 kullanıcı sil"
|
|
191
|
+
msgstr[1] "%(counter)s kullanıcı sil"
|
|
192
|
+
|
|
166
193
|
msgid "Delete"
|
|
167
194
|
msgstr "Sil"
|
|
168
195
|
|
|
196
|
+
msgid "Are you sure you want to delete these users?"
|
|
197
|
+
msgstr "Bu kullanıcıları silmek istediğinizden emin misiniz?"
|
|
198
|
+
|
|
169
199
|
msgid "You don't have permission to delete this user"
|
|
170
200
|
msgid_plural "You don't have permission to delete these users"
|
|
171
201
|
msgstr[0] "Bu kullanıcıyı silme izniniz yok"
|
|
@@ -181,17 +211,24 @@ msgstr "Hayır, silme"
|
|
|
181
211
|
msgid "Change active state for 1 user"
|
|
182
212
|
msgid_plural "Change active state for %(counter)s users"
|
|
183
213
|
msgstr[0] "1 kullanıcının etkin durumunu değiştir"
|
|
184
|
-
msgstr[1] "%(counter)s kullanıcının
|
|
214
|
+
msgstr[1] "%(counter)s kullanıcının aktiflik durumunu değiştir"
|
|
185
215
|
|
|
186
216
|
msgid "Set active state"
|
|
187
|
-
msgstr "
|
|
217
|
+
msgstr "Aktiflik durumunu ayarla"
|
|
218
|
+
|
|
219
|
+
msgid "Are you sure you want to change the active state for these users?"
|
|
220
|
+
msgstr ""
|
|
221
|
+
"Bu kullanıcıların aktiflik durumunu değiştirmek istediğinizden emin misiniz?"
|
|
188
222
|
|
|
189
223
|
msgid "You cannot change your own active status"
|
|
190
|
-
msgstr "Kendi
|
|
224
|
+
msgstr "Kendi aktiflik durumunuzu değiştiremezsiniz"
|
|
191
225
|
|
|
192
226
|
msgid "Yes, change state"
|
|
193
227
|
msgstr "Evet, durumu değiştir"
|
|
194
228
|
|
|
229
|
+
msgid "No, don't change state"
|
|
230
|
+
msgstr "Hayır, durumu değiştirme"
|
|
231
|
+
|
|
195
232
|
#, python-format
|
|
196
233
|
msgid ""
|
|
197
234
|
"The group '%(group_name)s' has <strong>%(group_user_count)s</strong> member."
|
|
@@ -222,9 +259,24 @@ msgstr "Ekle"
|
|
|
222
259
|
msgid "Change"
|
|
223
260
|
msgstr "Değiştir"
|
|
224
261
|
|
|
262
|
+
msgid "Custom permissions"
|
|
263
|
+
msgstr "Özel izinler"
|
|
264
|
+
|
|
225
265
|
msgid "Toggle all"
|
|
226
266
|
msgstr "Tümünü değiştir"
|
|
227
267
|
|
|
268
|
+
msgid "Toggle all add permissions"
|
|
269
|
+
msgstr "Tüm ekleme izinlerini etkinleştir/devre dışı bırak"
|
|
270
|
+
|
|
271
|
+
msgid "Toggle all change permissions"
|
|
272
|
+
msgstr "Tüm değişiklik izinlerini etkinleştir/devre dışı bırak"
|
|
273
|
+
|
|
274
|
+
msgid "Toggle all delete permissions"
|
|
275
|
+
msgstr "Tüm silme izinlerini etkinleştir/devre dışı bırak"
|
|
276
|
+
|
|
277
|
+
msgid "Toggle all custom permissions"
|
|
278
|
+
msgstr "Tüm özel izinleri etkinleştir/devre dışı bırak"
|
|
279
|
+
|
|
228
280
|
msgid "Other permissions"
|
|
229
281
|
msgstr "Diğer izinler"
|
|
230
282
|
|
|
@@ -258,9 +310,24 @@ msgstr "Roller"
|
|
|
258
310
|
msgid "Select all users in listing"
|
|
259
311
|
msgstr "Listede tüm kullanıcıları seç"
|
|
260
312
|
|
|
313
|
+
msgid "Sorry, no users match your query"
|
|
314
|
+
msgstr "Sorgunuza uyan kullanıcı bulunamadı"
|
|
315
|
+
|
|
316
|
+
#, python-format
|
|
317
|
+
msgid ""
|
|
318
|
+
"There are no users configured. Why not <a "
|
|
319
|
+
"href=\"%(wagtailusers_add_url)s\">add some</a>?"
|
|
320
|
+
msgstr ""
|
|
321
|
+
"Hiç kullanıcı yapılandırılmamış. Bir kullanıcı <a "
|
|
322
|
+
"href=\"%(wagtailusers_add_url)s\">eklemeyi</a> deneyin."
|
|
323
|
+
|
|
261
324
|
msgid "Can view"
|
|
262
325
|
msgstr "Görebilir"
|
|
263
326
|
|
|
327
|
+
#, python-format
|
|
328
|
+
msgid "user %(id)s (deleted)"
|
|
329
|
+
msgstr "Kullanıcı %(id)s (silinmiş)"
|
|
330
|
+
|
|
264
331
|
msgid "Assign role to selected users"
|
|
265
332
|
msgstr "Seçilen kullanıcılara rol ata"
|
|
266
333
|
|
|
@@ -336,6 +403,9 @@ msgstr "Grubu sil"
|
|
|
336
403
|
msgid "Last login"
|
|
337
404
|
msgstr "Son giriş"
|
|
338
405
|
|
|
406
|
+
msgid "Group"
|
|
407
|
+
msgstr "Grup"
|
|
408
|
+
|
|
339
409
|
msgid "Add a user"
|
|
340
410
|
msgstr "Kullanıcı ekle"
|
|
341
411
|
|
|
@@ -355,6 +425,10 @@ msgstr "Erişim seviyesi"
|
|
|
355
425
|
msgid "More options for '%(title)s'"
|
|
356
426
|
msgstr " '%(title)s' için daha fazla seçenek"
|
|
357
427
|
|
|
428
|
+
#, python-format
|
|
429
|
+
msgid "User '%(object)s' created."
|
|
430
|
+
msgstr "Kullanıcı '%(object)s' oluşturuldu."
|
|
431
|
+
|
|
358
432
|
msgid "Add user"
|
|
359
433
|
msgstr "Kullanıcı ekle"
|
|
360
434
|
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
hidden
|
|
22
22
|
aria-labelledby="tab-label-account"
|
|
23
23
|
data-w-tabs-target="panel"
|
|
24
|
+
data-action="w-focus:focus->w-tabs#selectInside"
|
|
24
25
|
>
|
|
25
26
|
<ul class="fields">
|
|
26
27
|
{% block fields %}
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
hidden
|
|
55
56
|
aria-labelledby="tab-label-roles"
|
|
56
57
|
data-w-tabs-target="panel"
|
|
58
|
+
data-action="w-focus:focus->w-tabs#selectInside"
|
|
57
59
|
>
|
|
58
60
|
<ul class="fields">
|
|
59
61
|
<li>{% formattedfield form.is_superuser %}</li>
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
hidden
|
|
22
22
|
aria-labelledby="tab-label-account"
|
|
23
23
|
data-w-tabs-target="panel"
|
|
24
|
+
data-action="w-focus:focus->w-tabs#selectInside"
|
|
24
25
|
>
|
|
25
26
|
<ul class="fields">
|
|
26
27
|
{% block fields %}
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
hidden
|
|
52
53
|
aria-labelledby="tab-label-roles"
|
|
53
54
|
data-w-tabs-target="panel"
|
|
55
|
+
data-action="w-focus:focus->w-tabs#selectInside"
|
|
54
56
|
>
|
|
55
57
|
<ul class="fields">
|
|
56
58
|
{% if form.is_superuser %}
|
|
@@ -2789,6 +2789,10 @@ class TestUserViewSet(TestCase):
|
|
|
2789
2789
|
self.assertIs(viewset.get_form_class(for_update=False), CustomUserCreationForm)
|
|
2790
2790
|
self.assertIs(viewset.get_form_class(for_update=True), CustomUserEditForm)
|
|
2791
2791
|
|
|
2792
|
+
def test_get_viewset_cls_custom_and_check_ordering(self):
|
|
2793
|
+
viewset_cls = get_viewset_cls(self.app_config, "user_viewset")
|
|
2794
|
+
self.assertEqual(viewset_cls.ordering, get_user_model().USERNAME_FIELD)
|
|
2795
|
+
|
|
2792
2796
|
def test_get_viewset_cls_custom_form_invalid_value(self):
|
|
2793
2797
|
with unittest.mock.patch.object(
|
|
2794
2798
|
self.app_config, "user_viewset", new="asdfasdf"
|
wagtail/users/views/users.py
CHANGED
|
@@ -345,7 +345,7 @@ class HistoryView(generic.HistoryView):
|
|
|
345
345
|
class UserViewSet(ModelViewSet):
|
|
346
346
|
icon = "user"
|
|
347
347
|
model = User
|
|
348
|
-
ordering =
|
|
348
|
+
ordering = User.USERNAME_FIELD
|
|
349
349
|
add_to_reference_index = False
|
|
350
350
|
filterset_class = UserFilterSet
|
|
351
351
|
menu_name = "users"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wagtail
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.2rc1
|
|
4
4
|
Summary: A Django content management system.
|
|
5
5
|
Author-email: Wagtail core team + contributors <hello@wagtail.org>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -16,11 +16,11 @@ Classifier: Intended Audience :: Developers
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
24
24
|
Classifier: Framework :: Django
|
|
25
25
|
Classifier: Framework :: Django :: 4.2
|
|
26
26
|
Classifier: Framework :: Django :: 5.0
|
|
@@ -28,7 +28,7 @@ Classifier: Framework :: Django :: 5.1
|
|
|
28
28
|
Classifier: Framework :: Django :: 5.2
|
|
29
29
|
Classifier: Framework :: Wagtail
|
|
30
30
|
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
License-File: LICENSE
|
|
34
34
|
Requires-Dist: Django>=4.2
|
|
@@ -47,7 +47,8 @@ Requires-Dist: openpyxl<4.0,>=3.0.10
|
|
|
47
47
|
Requires-Dist: anyascii>=0.1.5
|
|
48
48
|
Requires-Dist: telepath<1,>=0.3.1
|
|
49
49
|
Requires-Dist: laces<0.2,>=0.1
|
|
50
|
-
Requires-Dist: django-tasks<0.
|
|
50
|
+
Requires-Dist: django-tasks<0.10,>=0.8
|
|
51
|
+
Requires-Dist: wagtailmodelsearch==1.1b1
|
|
51
52
|
Provides-Extra: testing
|
|
52
53
|
Requires-Dist: python-dateutil>=2.7; extra == "testing"
|
|
53
54
|
Requires-Dist: Jinja2<3.2,>=3.0; extra == "testing"
|
|
@@ -60,7 +61,7 @@ Requires-Dist: responses<1,>=0.25; extra == "testing"
|
|
|
60
61
|
Requires-Dist: coverage>=3.7.0; extra == "testing"
|
|
61
62
|
Requires-Dist: doc8==1.1.2; extra == "testing"
|
|
62
63
|
Requires-Dist: ruff==0.9.6; extra == "testing"
|
|
63
|
-
Requires-Dist: semgrep==1.
|
|
64
|
+
Requires-Dist: semgrep==1.132.0; extra == "testing"
|
|
64
65
|
Requires-Dist: curlylint==0.13.1; extra == "testing"
|
|
65
66
|
Requires-Dist: djhtml==3.0.6; extra == "testing"
|
|
66
67
|
Requires-Dist: polib<2.0,>=1.1; extra == "testing"
|
|
@@ -162,7 +163,7 @@ _(If you are reading this on GitHub, the details here may not be indicative of t
|
|
|
162
163
|
Wagtail supports:
|
|
163
164
|
|
|
164
165
|
- Django 4.2.x and 5.1.x
|
|
165
|
-
- Python 3.
|
|
166
|
+
- Python 3.10, 3.11, 3.12, 3.13, and 3.14
|
|
166
167
|
- PostgreSQL, MySQL, MariaDB and SQLite (with JSON1) as database backends
|
|
167
168
|
|
|
168
169
|
[Previous versions of Wagtail](https://docs.wagtail.org/en/stable/releases/upgrading.html#compatible-django-python-versions) additionally supported Python 2.7, 3.8 and earlier Django versions.
|