D-PLACE / dplace-legacy

D-PLACE: Database of Places, Language, Culture and Environment (OLD)
https://d-place.org/
MIT License
21 stars 4 forks source link

Update django to 1.11.7 #567

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of Django available. You are currently using 1.11.6. I have updated it to 1.11.7

These links might come in handy: PyPI | Changelog | Homepage

Changelog

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).

===========================

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #567 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #567   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files          23       23           
  Lines        1344     1344           
=======================================
  Hits         1272     1272           
  Misses         72       72

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 512d315...7ed0112. Read the comment docs.