mirror of
https://github.com/django/django.git
synced 2025-01-25 01:30:48 +00:00
b962653060
This also defines QuerySet.__bool__ for consistency though this should not have any consequence as bool(qs) used to fallback on QuerySet.__len__ in Py3.