Opened 8 years ago

Last modified 8 years ago

#26425 closed Cleanup/optimization

django/utils/six.py generates a RemovedInDjango110Warning — at Initial Version

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

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.
`

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top