diff options
| author | Tim Graham <timograham@gmail.com> | 2026-04-24 11:00:41 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-24 11:46:53 -0400 |
| commit | ad073338d02fce884301d159f30eaf17c7f2d246 (patch) | |
| tree | 048bc6422a0b8a57019468a8e003a371523ef150 /tests/modeladmin/tests.py | |
| parent | 29eac2648cbc8f4000a391bf6424bc32979b0149 (diff) | |
Reverted inadvertent changes to PK formatting in tests.
Bad conflict resolution in 63c56cda133a85a158502891c40465bc0331d3d9
reverted bits of d007fcf7291cc3c24d4545e23c759bde22b6a8a6.
Diffstat (limited to 'tests/modeladmin/tests.py')
| -rw-r--r-- | tests/modeladmin/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py index 5ca7999bf0..81119a27bf 100644 --- a/tests/modeladmin/tests.py +++ b/tests/modeladmin/tests.py @@ -662,7 +662,7 @@ class ModelAdminTests(TestCase): '<select data-context="available-source" ' 'name="main_band" id="id_main_band" required>' '<option value="" selected>- Select an option -</option>' - '<option value="%d">The Doors</option>' + '<option value="%s">The Doors</option>' "</select></div>" % self.band.id, ) |
