Upgrade to Django 4.2 LTS (#3652)
- 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 https://github.com/HyphaApp/hypha/issues/3362
Showing
- .github/workflows/hypha-ci.yml 14 additions, 7 deletions.github/workflows/hypha-ci.yml
- hypha/apply/users/models.py 2 additions, 1 deletionhypha/apply/users/models.py
- hypha/images/migrations/0006_alter_rendition_file.py 23 additions, 0 deletionshypha/images/migrations/0006_alter_rendition_file.py
- requirements-dev.txt 4 additions, 4 deletionsrequirements-dev.txt
- requirements.txt 9 additions, 9 deletionsrequirements.txt
Loading
Please register or sign in to comment