I've been using Django 1.8.7 in my project, after the yesterday's release I have upgraded to 1.9 (I am using VS PVTS and have deleted Django 1.8.7 from my Virtual Environment and installed the packages from the requirements.txt again).
However, whenever I try to build & run my project it gives me an error in the manage.py in line:
execute_from_command_line(sys.argv)
saying:
Django 1.9.0 is not supported.
I am using Django, pyodbc, django-pyodbc-azure, requests modules.
What might be the problem?
Thank you.