Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 1, 2019

Bumps django from 2.1.11 to 2.2.7.

Commits
  • 27f2b44 [2.2.x] Bumped version for 2.2.7 release.
  • 1cbf607 [2.2.x] Updated man page for Django 2.2.
  • 6f26693 [2.2.x] Added release dates for 2.2.7, 2.1.14, and 1.11.26.
  • 785d170 [2.2.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
  • eb8a53c [2.2.x] Fixed typo in docs/ref/signals.txt.
  • 3ca4457 [2.2.x] Corrected error message in Many-to-many relationships docs.
  • 972eef6 [2.2.x] Fixed #30927 -- Simplified an example of test for the deprecation war...
  • 9d15f1e [2.2.x] Fixed #30917 -- Clarified formsets topic documentation.
  • 4cc1549 [2.2.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image file...
  • 4d992bc [2.2.x] Fixed typo in docs/topics/files.txt.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a minor update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 1, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-2.2.7 branch from d2aa588 to c83f19d Compare December 1, 2019 05:26
Bumps [django](https://github.com/django/django) from 2.1.11 to 2.2.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.1.11...2.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-2.2.7 branch from c83f19d to 058df44 Compare December 1, 2019 05:39
@dependabot-preview
Copy link
Contributor Author

We've just been alerted that this update fixes a security vulnerability:

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects django
Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)

Affected versions: [">= 2.1.0, < 2.1.15"]

@dependabot-preview dependabot-preview bot changed the title Bump django from 2.1.11 to 2.2.7 [Security] Bump django from 2.1.11 to 2.2.7 Dec 10, 2019
@dependabot-preview dependabot-preview bot added the security issue module or bug that may present a security problem label Dec 10, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #184.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/django-2.2.7 branch January 1, 2020 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security issue module or bug that may present a security problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants