| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
Thanks Tim Graham for the review.
|
|
None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
|
|
mutation.
|
|
|
|
appropriate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#18659.
|
|
|
|
|
|
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.
|
|
|