mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #31428 -- Allowed empty message in management command self.stdout/err proxies.
This commit is contained in:
parent
5fbc0e07a9
commit
e03eb8db93
5 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,7 @@ class Command(BaseCommand):
|
|||
app_labels = set(app_labels)
|
||||
|
||||
if options['empty']:
|
||||
self.stdout.write()
|
||||
self.stdout.write("Dave, I can't do that.")
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue