From ad073338d02fce884301d159f30eaf17c7f2d246 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 24 Apr 2026 11:00:41 -0400 Subject: Reverted inadvertent changes to PK formatting in tests. Bad conflict resolution in 63c56cda133a85a158502891c40465bc0331d3d9 reverted bits of d007fcf7291cc3c24d4545e23c759bde22b6a8a6. --- tests/model_formsets/tests.py | 4 ++-- tests/modeladmin/tests.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/model_formsets/tests.py b/tests/model_formsets/tests.py index 75e4a42163..f5049e0cf7 100644 --- a/tests/model_formsets/tests.py +++ b/tests/model_formsets/tests.py @@ -1268,8 +1268,8 @@ class ModelFormsetTest(TestCase): '

' '

" '

' '

' 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): '" % self.band.id, ) -- cgit v1.3