mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[2.2.x] Fixed spelling mistakes in comments and tests.
Backport of 255d6a26a8
from master.
This commit is contained in:
parent
1092bf02e6
commit
a536cf1f9f
3 changed files with 26 additions and 26 deletions
|
@ -1535,7 +1535,7 @@ class SquashMigrationsTests(MigrationTestBase):
|
|||
class AppLabelErrorTests(TestCase):
|
||||
"""
|
||||
This class inherits TestCase because MigrationTestBase uses
|
||||
`availabe_apps = ['migrations']` which means that it's the only installed
|
||||
`available_apps = ['migrations']` which means that it's the only installed
|
||||
app. 'django.contrib.auth' must be in INSTALLED_APPS for some of these
|
||||
tests.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue