d120 / pyofahrt

Verwaltungssoftware für die Erstsemesterfahrt
GNU Affero General Public License v3.0
4 stars 1 forks source link

Update django to 1.11.7 #106

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 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! 🤖