Americanized some spellings.

This commit is contained in:
Adam Johnson 2025-04-15 14:24:12 +01:00 committed by Sarah Boyce
parent 494d2dc316
commit 6ef0f5bc27
13 changed files with 41 additions and 41 deletions

View file

@ -658,7 +658,7 @@ class TestGeneralAggregate(PostgreSQLTestCase):
msg = (
"delimiter: str will be resolved as a field reference instead "
'of a string literal on Django 7.0. Pass `delimiter=Value("\'")` to '
"preserve the previous behaviour."
"preserve the previous behavior."
)
with self.assertWarnsMessage(RemovedInDjango70Warning, msg) as ctx: