Skip to content

Update django to 2.2.7#163

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-django-2.2.5-to-2.2.7
Closed

Update django to 2.2.7#163
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-django-2.2.5-to-2.2.7

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 4, 2019

This PR updates django from 2.2.5 to 2.2.7.

Changelog

2.2.7

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

*November 4, 2019*

Django 2.2.7 fixes several bugs in 2.2.6.

Bugfixes
========

* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
``has_keys``, or ``has_any_keys`` lookup on
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
side of an expression is a key transform (:ticket:`30826`).

* Prevented :option:`migrate --plan` from showing that ``RunPython`` operations
are irreversible when ``reverse_code`` callables don't have docstrings or
when showing a forward migration plan (:ticket:`30870`).

* Fixed migrations crash on PostgreSQL when adding an
:class:`~django.db.models.Index` with fields ordering and
:attr:`~.Index.opclasses` (:ticket:`30903`).

* Restored the ability to override
:meth:`~django.db.models.Model.get_FOO_display` (:ticket:`30931`).


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

2.2.6

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

*October 1, 2019*

Django 2.2.6 fixes several bugs in 2.2.5.

Bugfixes
========

* Fixed migrations crash on SQLite when altering a model containing partial
indexes (:ticket:`30754`).

* Fixed a regression in Django 2.2.4 that caused a crash when filtering with a
``Subquery()`` annotation of a queryset containing
:class:`~django.contrib.postgres.fields.JSONField` or
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).


==========================
Links

@pyup-bot pyup-bot mentioned this pull request Nov 4, 2019
@codecov
Copy link

codecov bot commented Nov 4, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files          35       35           
  Lines         522      522           
=======================================
  Hits          516      516           
  Misses          6        6

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 1bae2b7...e094a53. Read the comment docs.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Dec 2, 2019

Closing this in favor of #172

@pyup-bot pyup-bot closed this Dec 2, 2019
@upy upy deleted the pyup-update-django-2.2.5-to-2.2.7 branch December 2, 2019 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant