diff options
| author | Adam Johnson <me@adamj.eu> | 2025-04-15 14:24:12 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-16 10:21:38 +0200 |
| commit | 6ef0f5bc272b316f0fd6fa706d7eaf8f1822faa4 (patch) | |
| tree | 499b867d39644712dd26643bbe1fa5a9da518248 /tests/postgres_tests | |
| parent | 494d2dc316fc1d849b6a1af97575d293f856a84c (diff) | |
Americanized some spellings.
Diffstat (limited to 'tests/postgres_tests')
| -rw-r--r-- | tests/postgres_tests/test_aggregates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_aggregates.py b/tests/postgres_tests/test_aggregates.py index 56544d99e5..ae386b6659 100644 --- a/tests/postgres_tests/test_aggregates.py +++ b/tests/postgres_tests/test_aggregates.py @@ -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: |
