Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django to 2.0.5 #189

Merged
merged 1 commit into from
May 10, 2018
Merged

Update django to 2.0.5 #189

merged 1 commit into from
May 10, 2018

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented May 2, 2018

This PR updates Django from 2.0.4 to 2.0.5.

Changelog

2.0.5

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

*May 1, 2018*

Django 2.0.5 fixes several bugs in 2.0.4.

Bugfixes
========

* Corrected the import paths that ``inspectdb`` generates for
``django.contrib.postgres`` fields (:ticket:`29307`).

* Fixed a regression in Django 1.11.8 where altering a field with a unique
constraint may drop and rebuild more foreign keys than necessary
(:ticket:`29193`).

* Fixed crashes in ``django.contrib.admindocs`` when a view is a callable
object, such as ``django.contrib.syndication.views.Feed`` (:ticket:`29296`).

* Fixed a regression in Django 1.11.12 where ``QuerySet.values()`` or
``values_list()`` after combining an annotated and unannotated queryset with
``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching
columns (:ticket:`29286`).


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

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.096% when pulling a132558 on pyup-update-django-2.0.4-to-2.0.5 into 4957e9b on master.

@lukegb lukegb merged commit a132558 into master May 10, 2018
@lukegb lukegb deleted the pyup-update-django-2.0.4-to-2.0.5 branch May 10, 2018 21:11
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.

None yet

3 participants