Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

[PyUP] Update django to 1.11.8#21

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup/update-django-1.11.7-to-1.11.8
Closed

[PyUP] Update django to 1.11.8#21
pyup-bot wants to merge 1 commit intomasterfrom
pyup/update-django-1.11.7-to-1.11.8

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

@pyup-bot pyup-bot commented Dec 2, 2017

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

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

Changelog

1.11.8

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

December 2, 2017

Django 1.11.8 fixes several bugs in 1.11.7.

Bugfixes

  • Reallowed, following a regression in Django 1.10, AuthenticationForm to
    raise the inactive user error when using ModelBackend (:ticket:28645).
  • Added support for QuerySet.values() and values_list() for
    union(), difference(), and intersection() queries
    (:ticket:28781).
  • Fixed incorrect index name truncation when using a namespaced db_table
    (:ticket:28792).
  • Made QuerySet.iterator() use server-side cursors on PostgreSQL after
    values() and values_list() (:ticket:28817).
  • Fixed crash on SQLite and MySQL when ordering by a filtered subquery that
    uses nulls_first or nulls_last (:ticket:28848).
  • Made query lookups for CICharField, CIEmailField, and CITextField
    use a citext cast (:ticket:28702).
  • Fixed a regression in caching of a GenericForeignKey when the referenced
    model instance uses multi-table inheritance (:ticket:28856).
  • Fixed "Cannot change column 'x': used in a foreign key constraint" crash on
    MySQL with a sequence of AlterField and/or RenameField operations in
    a migration (:ticket:28305).

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

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

Happy merging! 🤖

@codecov-io
Copy link
Copy Markdown

codecov-io commented Dec 2, 2017

Codecov Report

Merging #21 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   87.81%   87.65%   -0.16%     
==========================================
  Files          45       42       -3     
  Lines        1329     1264      -65     
  Branches      169      160       -9     
==========================================
- Hits         1167     1108      -59     
+ Misses        131      126       -5     
+ Partials       31       30       -1
Impacted Files Coverage Δ
wapps/templatetags/social.py 55.55% <0%> (-11.12%) ⬇️
wapps/middleware.py 91.3% <0%> (ø) ⬆️
wapps/gallery/apps.py 100% <0%> (ø) ⬆️
wapps/blog/wagtail_hooks.py 100% <0%> (ø) ⬆️
wapps/gallery/migrations/__init__.py
tests/app/views.py
tests/app/urls.py
wapps/blog/utils.py 100% <0%> (+20.58%) ⬆️

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 174f00a...4a04025. Read the comment docs.

@pyup-bot
Copy link
Copy Markdown
Collaborator Author

pyup-bot commented Dec 2, 2017

Closing this in favor of #22

@pyup-bot pyup-bot closed this Dec 2, 2017
@noirbizarre noirbizarre deleted the pyup/update-django-1.11.7-to-1.11.8 branch December 2, 2017 15:47
@noirbizarre noirbizarre restored the pyup/update-django-1.11.7-to-1.11.8 branch December 18, 2017 19:16
@noirbizarre noirbizarre deleted the pyup/update-django-1.11.7-to-1.11.8 branch December 18, 2017 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants