mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Corrected docstring quotes in various code.
This commit is contained in:
parent
f7806193e6
commit
75d7af43c1
4 changed files with 4 additions and 4 deletions
|
|
@ -194,7 +194,7 @@ class DjangoAdminNoSettings(AdminScriptTestCase):
|
|||
self.assertOutput(err, "No module named '?bad_settings'?", regex=True)
|
||||
|
||||
def test_commands_with_invalid_settings(self):
|
||||
""""
|
||||
"""
|
||||
Commands that don't require settings succeed if the settings file
|
||||
doesn't exist.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue