Re: Warning / Error when testing with W flag

2014-11-21 Thread Collin Anderson
It looks like it's fixed for python 3.4 on master (the fix will eventually be in django 1.8) On Wednesday, November 19, 2014 10:15:00 AM UTC-5, Carl Meyer wrote: > > Hi Daniel, > > On 11/18/2014 02:01 AM, Daniel Grace wrote: > > Hi, > > I get another warning / error with a test command as foll

Re: Warning / Error when testing with W flag

2014-11-19 Thread Carl Meyer
Hi Daniel, On 11/18/2014 02:01 AM, Daniel Grace wrote: > Hi, > I get another warning / error with a test command as follows: >>python -W error manage.py test flow > Traceback (most recent call last): > File "manage.py", line 8, in > from django.core.management import execute_from_command_li

Warning / Error when testing with W flag

2014-11-18 Thread Daniel Grace
Hi, I get another warning / error with a test command as follows: >python -W error manage.py test flow Traceback (most recent call last): File "manage.py", line 8, in from django.core.management import execute_from_command_line File "C:\landy\lib\site-packages\django\core\management\__init