Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2139 use shlex to split management args #2152

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jaredhobbs
Copy link

fixes #2139

Description

management.call_command wasn't working for quoted arguments (such as manage "shell -c 'import os; print(os.listdir())'")

GitHub Issues

#2139

@coveralls
Copy link

coveralls commented Aug 11, 2020

Coverage Status

Coverage decreased (-0.05%) to 72.92% when pulling 9319704 on yearend:2139-use-shlex-to-split-management-args into 542c8c6 on Miserlou:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Django management command with quoted argument
3 participants