mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
This commit is contained in:
parent
5587485d49
commit
6c0042430e
24 changed files with 29 additions and 29 deletions
|
@ -1146,7 +1146,7 @@ class AutodetectorTests(TestCase):
|
|||
# a CreateModel operation w/o any definition on the original model
|
||||
model_state_not_specified = ModelState("a", "model", [("id", models.AutoField(primary_key=True))])
|
||||
# Explicitly testing for None, since this was the issue in #23452 after
|
||||
# a AlterFooTogether operation with e.g. () as value
|
||||
# an AlterFooTogether operation with e.g. () as value
|
||||
model_state_none = ModelState("a", "model", [
|
||||
("id", models.AutoField(primary_key=True))
|
||||
], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue