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

Django 4.2 + Python 3.8 #254

Merged
merged 4 commits into from
Jun 20, 2024
Merged

Django 4.2 + Python 3.8 #254

merged 4 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. Bump Python to 3.8.19

    Ran pyenv lock
    
    Django 4.2 requires Python 3.8 or newer.
    noelleleigh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e413d8 View commit details
    Browse the repository at this point in the history
  2. Bump Django to 4.2.13

    noelleleigh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e143371 View commit details
    Browse the repository at this point in the history
  3. Fix mypy errors

    typings/django/db/models/fields/__init__.pyi:228: error: Unused "type: ignore" comment
    typings/django/db/models/fields/__init__.pyi:948: error: Unused "type: ignore" comment
    noelleleigh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5984d8c View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    noelleleigh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    323cf5b View commit details
    Browse the repository at this point in the history