A good way to limit the output to only show deprecation warnings is running:
python -Wd manage.py check
or
python -Wd manage.py test
A good way to limit the output to only show deprecation warnings is running:
python -Wd manage.py check
or
python -Wd manage.py test