mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Americanized some spellings.
This commit is contained in:
parent
494d2dc316
commit
6ef0f5bc27
13 changed files with 41 additions and 41 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue