1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.

Backport of 6c0042430e from master
This commit is contained in:
Дилян Палаузов
2017-11-06 22:11:39 -05:00
committed by Tim Graham
parent bcaef2c91d
commit e68baf3862
24 changed files with 29 additions and 29 deletions

View File

@@ -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))
], {