0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/wagtail/test
Mehrdad Moradizadeh eccd84ba87 Generic views - add better support for non-integer ids
- changing object.id to object.pk and using `quote` to handle non-url-safe primary keys
- ensure we're using the quote/unquote consistently to handle non-url-safe primary keys
- creating new test for genericviews
- fixes #9205
2022-10-04 20:30:53 +10:00
..
customuser Move wagtail.admin.edit_handlers to wagtail.admin.panels 2022-03-25 10:44:25 -04:00
demosite clean up spelling of multi-site 2022-08-25 22:06:31 +10:00
emailuser
i18n Remove default_app_config for test apps and wagtail.core 2022-04-07 12:16:28 +01:00
modeladmintest Save revision in modeladmin create and edit views if model extends RevisionMixin 2022-06-22 09:31:25 +01:00
routablepage Add path & re_path pattern types for RoutablePageMixin 2022-08-08 20:09:38 +10:00
search Remove default_app_config for test apps and wagtail.core 2022-04-07 12:16:28 +01:00
snippets Add tests for custom columns on snippets listing view 2022-09-28 10:39:48 +01:00
testapp Generic views - add better support for non-integer ids 2022-10-04 20:30:53 +10:00
utils Move wagtail.admin.tests.pages.timestamps to wagtail.test.utils.timestamps 2022-09-29 10:28:36 +01:00
__init__.py
.gitignore
benchmark.py Upgrade flake8-print to resolve CircleCI failures 2022-08-04 13:52:33 +02:00
context_processors.py
dummy_external_storage.py
dummy_sendfile_backend.py
headless_urls.py
manage.py
middleware.py
non_root_urls.py
settings_ui.py Add tabs to pattern library 2022-06-09 21:32:24 +10:00
settings.py run collectstatic with ManifestStaticFilesStorage 2022-08-24 15:31:21 +01:00
urls_multilang.py
urls.py