Changes between Initial Version and Version 1 of Ticket #26425


Ignore:
Timestamp:
Mar 30, 2016, 9:31:30 AM (8 years ago)
Author:
Marcel V
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26425 – Description

    initial v1  
    11Using Django 1.9.4, Python 3.4.2, when performing a `runserver` command, the following warning is displayed in the output:
    22
    3 ```
    4 /Users/coredev/.virtualenvs/newdjango/lib/python3.4/site-packages/django/utils/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
    5 ```
     3`/Users/coredev/.virtualenvs/newdjango/lib/python3.4/site-packages/django/utils/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.`
Back to Top