Closed pyup-bot closed 6 years ago
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
1.11.7 =========================== November 1, 2017 Django 1.11.7 fixes several bugs in 1.11.6. Bugfixes Prevented cache.get_or_set() from caching None if the default argument is a callable that returns None (:ticket:28601). Fixed the Basque DATE_FORMAT string (:ticket:28710). Made QuerySet.reverse() affect nulls_first and nulls_last (:ticket:28722). Fixed unquoted table names in Subquery SQL when using OuterRef (:ticket:28689). ===========================
===========================
November 1, 2017
Django 1.11.7 fixes several bugs in 1.11.6.
Prevented cache.get_or_set() from caching None if the default argument is a callable that returns None (:ticket:28601).
cache.get_or_set()
None
default
28601
Fixed the Basque DATE_FORMAT string (:ticket:28710).
DATE_FORMAT
28710
Made QuerySet.reverse() affect nulls_first and nulls_last (:ticket:28722).
QuerySet.reverse()
nulls_first
nulls_last
28722
Fixed unquoted table names in Subquery SQL when using OuterRef (:ticket:28689).
Subquery
OuterRef
28689
That's it for now!
Happy merging! 🤖
Coverage remained the same at 100.0% when pulling c1523831ef5a7bf493b44dff067be51c75138858 on pyup-scheduled-update-12-01-2017 into 8a4455b2c0c02defa5567fbfa49887f04f80fc17 on master.
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
Django 1.11.6 -> 1.11.7
That's it for now!
Happy merging! 🤖