Re: manage.py deprecation message for model/sql arguments
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:
-- 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 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 of Python.
On Thursday, November 21, 2013 10:56:57 AM UTC-5, Steve Sawyer wrote: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:
C:\Python33\lib\site-packages\win32\lib\pywintypes.py:39: DeprecationWarning: imp.get_suffixes() is deprecated; use the constants defined on importlib.machinery instead
Is this something that requires some corrective action on my part? Is this an indicator that something is NOT working properly, or MAY NOT work properly in some of these processes?
Thanks.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/af791030-1e16-41a3-87c2-ee4eaad6fc6b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home