| Age | Commit message (Collapse) | Author |
|
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric Augustin for the suggestion.
|
|
Thanks margieroginski for the suggestion.
|
|
|
|
|
|
1.5.
|
|
Thanks mark.harviston et gmail.com for the report.
|
|
MergeDict evaluates now to False if all contained dicts are empty.
Thanks til for the report and the initial patch.
|
|
|