You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after install your app a had warning in console when i run server.
/var/www/ua/env/lib/python3.4/site-packages/django/utils/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
How can i fix this&
The text was updated successfully, but these errors were encountered:
AndyKovv
changed the title
Runserwer warning on Django 1.9
Runserver warning on Django 1.9
Apr 6, 2016
Hi, after install your app a had warning in console when i run server.
/var/www/ua/env/lib/python3.4/site-packages/django/utils/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
How can i fix this&
The text was updated successfully, but these errors were encountered: