mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
This commit is contained in:
committed by
Tim Graham
parent
5587485d49
commit
6c0042430e
@@ -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))
|
||||
], {
|
||||
|
||||
Reference in New Issue
Block a user