mirror of
https://github.com/django/django.git
synced 2025-07-16 09:45:15 +00:00
Fix many many typos in comments throughout the codebase
This commit is contained in:
parent
8b5b199e20
commit
2bcb8bfc8d
53 changed files with 79 additions and 80 deletions
|
@ -1564,7 +1564,7 @@ class Discovery(TestCase):
|
|||
|
||||
def test_precedence(self):
|
||||
"""
|
||||
Apps listed first in INSTALLED_APPS have precendence.
|
||||
Apps listed first in INSTALLED_APPS have precedence.
|
||||
"""
|
||||
with self.settings(INSTALLED_APPS=['admin_scripts.complex_app',
|
||||
'admin_scripts.simple_app',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue