Skip to content

Ignore warnings when parsing Django version

decentral1se requested to merge martinburchell:develop into develop

Created by: martinburchell

With 1.8, manage.py --version throws out some warnings, which makes parsing the Django version difficult. Added a parameter to _manage_py to allow stderr to be excluded from the output.

Is there an easy way I can add a test for this?

Merge request reports