Re: manage.py deprecation message for model/sql arguments

2013-11-21 Thread Steve Sawyer
Thanks, tim, but it looks like the message says "is deprecated" rather than "will be deprecated" - unless this is just how these warnings are worded. On Thursday, November 21, 2013 11:54:36 AM UTC-5, tim wrote: > > It looks like an issue with pywintypes, not Django. A deprecation warning >

manage.py deprecation message for model/sql arguments

2013-11-21 Thread Steve Sawyer
Working my way through the Django tutorial (running Python 3.3 and Django 1.6), and when I run manage.py with any of the model arguments (validate/sqlcustom/sqlclear/sqlall etc.) the output seems to be what the tutorial leads me to expect, but I'm getting this message:

Re: manage.py deprecation message for model/sql arguments

2013-11-21 Thread tim
It looks like an issue with pywintypes, not Django. A deprecation warning means some code needs to update itself in order to work with future versions of some other code. In this case, it looks to me like pywintypes is using some functionality that will probably be removed in a future version