diff options
| author | SaJH <wogur981208@gmail.com> | 2025-08-27 23:39:31 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-29 08:38:12 +0200 |
| commit | eaaf01c96a44354c5b0a0450ee49c3031848b489 (patch) | |
| tree | 7f6c21b9f24f1165491c5260b2e3d7d67d87554f | |
| parent | 0be1c4575b03b9f7ac91ec9aabe0bedb542d20bc (diff) | |
Refs #34624 -- Changed RedirectAdmin to use a Select widget for the site field.
Signed-off-by: SaJH <wogur981208@gmail.com>
| -rw-r--r-- | django/contrib/redirects/admin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/redirects/admin.py b/django/contrib/redirects/admin.py index 39400ad265..beeca84086 100644 --- a/django/contrib/redirects/admin.py +++ b/django/contrib/redirects/admin.py @@ -7,4 +7,3 @@ class RedirectAdmin(admin.ModelAdmin): list_display = ("old_path", "new_path") list_filter = ("site",) search_fields = ("old_path", "new_path") - radio_fields = {"site": admin.VERTICAL} |
