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

Upgrade to Django 4.2 LTS #3652

Merged
merged 14 commits into from
Dec 1, 2023
Merged

Upgrade to Django 4.2 LTS #3652

merged 14 commits into from
Dec 1, 2023

Conversation

theskumar
Copy link
Member

@theskumar theskumar commented Nov 9, 2023

  • Update psycopg to 3 as it’s not supported by Django 4.2
  • Replaced “BaseUserManager().make_random_password”, as it’s deprecated
  • Update github action and breakup different checks, making them easier to debug
  • Updated the makemigrations checks to display the missing migration and then fail
  • Upgrade django-hijack to 3.4.2
  • Update gunicorn to 21.2.0
  • Upgrade django slack to 5.19.0
  • Upgrade mistune to 3.0.2 (Bug fix release)
  • Upgrade whitenoise to 6.6.0
  • Update dev dependencies - black, ruff, pre-commit, pytest-django

Closes #3362

@theskumar theskumar self-assigned this Nov 9, 2023
@theskumar theskumar requested review from frjo and wes-otf November 9, 2023 04:38
@theskumar theskumar force-pushed the maintainance/django-4.2 branch from 7c9fa8c to a0b6f3a Compare November 9, 2023 05:19
@theskumar theskumar force-pushed the maintainance/django-4.2 branch 2 times, most recently from e9617b3 to e47fc21 Compare November 9, 2023 06:04
@theskumar
Copy link
Member Author

This should be good to put on test now.

@frjo frjo force-pushed the maintainance/django-4.2 branch from e47fc21 to 084ef44 Compare November 27, 2023 14:47
@frjo
Copy link
Member

frjo commented Nov 27, 2023

Did a rebase. This seems to work well!

Copy link
Contributor

@wes-otf wes-otf left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@frjo frjo added Type: Minor Minor change, used in release drafter Status: Needs testing Tickets that need testing/qa labels Nov 28, 2023
@wes-otf wes-otf added Status: Tested - approved for live ✅ and removed Status: Needs testing Tickets that need testing/qa labels Dec 1, 2023
@frjo frjo merged commit ff9e73a into main Dec 1, 2023
@theskumar theskumar deleted the maintainance/django-4.2 branch December 3, 2023 04:45
wes-otf pushed a commit that referenced this pull request May 7, 2024
- Update psycopg to 3 as it’s not supported by Django 4.2
- Replaced “BaseUserManager().make_random_password”, as it’s deprecated
- Update github action and breakup different checks, making them easier
to debug
- Updated the `makemigrations` checks to display the missing migration
and then fail
- Upgrade django-hijack to 3.4.2
- Update gunicorn to 21.2.0
- Upgrade django slack to 5.19.0
- Upgrade mistune to 3.0.2 (Bug fix release)
- Upgrade whitenoise to 6.6.0
- Update dev dependencies - black, ruff, pre-commit, pytest-django

Closes #3362
wes-otf pushed a commit that referenced this pull request May 8, 2024
- Update psycopg to 3 as it’s not supported by Django 4.2
- Replaced “BaseUserManager().make_random_password”, as it’s deprecated
- Update github action and breakup different checks, making them easier
to debug
- Updated the `makemigrations` checks to display the missing migration
and then fail
- Upgrade django-hijack to 3.4.2
- Update gunicorn to 21.2.0
- Upgrade django slack to 5.19.0
- Upgrade mistune to 3.0.2 (Bug fix release)
- Upgrade whitenoise to 6.6.0
- Update dev dependencies - black, ruff, pre-commit, pytest-django

Closes #3362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Django 4.x
3 participants