2👍
It seems to be and old bug in Django (https://code.djangoproject.com/ticket/13768).
I just made few tests with Django 1.5 and it still is there: ‘None’ gets ignored when used in a list applied to “__in” (no errors).
Catherine approach works like a charm 🙂
👤swK
- I cannot ignore pycache and db.sqlite on Django even though it refers them at .gitignore
- Django manage.py runserver verbosity
Source:stackexchange.com