mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed support for custom SQL per deprecation timeline.
This commit is contained in:
parent
a420f83e7d
commit
4aa089a9a9
26 changed files with 10 additions and 368 deletions
|
@ -1386,7 +1386,6 @@ class CommandTypes(AdminScriptTestCase):
|
|||
out, err = self.run_manage(args)
|
||||
self.assertNoOutput(err)
|
||||
self.assertOutput(out, "Checks the entire Django project for potential problems.")
|
||||
self.assertEqual(out.count('optional arguments'), 1)
|
||||
|
||||
def test_color_style(self):
|
||||
style = color.no_style()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue