Ignore warnings when parsing Django version
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?