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 3.2.7 #112

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Sep 1, 2021

This PR updates Django from 3.2.6 to 3.2.7.

Changelog

3.2.7

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

*September 1, 2021*

Django 3.2.7 fixes a bug in 3.2.6.

Bugfixes
========

* Fixed a regression in Django 3.2 that caused the incorrect offset extraction
from fixed offset timezones (:ticket:`32992`).


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

Test this branch locally in a dev container

  1. In local file mode, check out the branch: pyup-update-django-3.2.6-3.2.7
  2. Open the localhost directory - cd localhost
  3. Build the new container (with the new version of Django) by runningdocker-compose build --no-cache client
  4. Click Rebuild and Reopen in Remote Container
  5. Confirm django version by running: python manage.py version - This command should return the version specified in the pull request, 3.2.7
  6. Run the app in debug mode by clicking F5 or going to the Debug sidebar in VS Code and clicking Play. (*In Mac, may require making sure the Python debugger VS Code extension is turned on)

Notes:

  • Using the Remote Container with this PR, in Open in Container mode, may use the cached build, which won't have the new Django library.
  • Using the Remote Container with this PR in Build Without Cache mode, without having first gone through step 3, will result in a "Container not found" error.

@thekaveman thekaveman added the dependencies [auto] Pull requests that update 3rd party software libraries and requirements label Sep 1, 2021
@thekaveman thekaveman added this to the September 2021 milestone Sep 1, 2021
@machikoyasuda machikoyasuda self-requested a review September 7, 2021 17:59
Copy link
Member

@machikoyasuda machikoyasuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebuilt container and ran through the app locally. LGTM.

@machikoyasuda machikoyasuda merged commit ef13895 into dev Sep 8, 2021
@machikoyasuda machikoyasuda deleted the pyup-update-django-3.2.6-to-3.2.7 branch September 8, 2021 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [auto] Pull requests that update 3rd party software libraries and requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants