2👍
Maybe upgrading django_nose will work (version 1.4 has Django 1.8 support according to the changelog)
pip install django_nose --upgrade
0👍
Change:
from django.db.backends.creation import BaseDatabaseCreation
To:
from django.db.backends.base.creation import BaseDatabaseCreation
- [Answered ]-Applying class method to queryset in Django
- [Answered ]-Sending mail via smtp in Django
- [Answered ]-How to make form view with user is foreign key and one model has foreign key relationship with another model?
- [Answered ]-Get related objects
- [Answered ]-NoReverseMatch error with djangorest framework
Source:stackexchange.com