Opened 9 years ago
Last modified 9 years ago
#26425 closed Cleanup/optimization
django/utils/six.py generates a RemovedInDjango110Warning — at Version 1
Reported by: | Marcel V | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | 1.9 |
Severity: | Normal | Keywords: | runserver, SubfieldBase, RemovedInDjango110Warning |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Using Django 1.9.4, Python 3.4.2, when performing a runserver
command, the following warning is displayed in the output:
/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.
Note:
See TracTickets
for help on using tickets.