Skip to content

Commit

Permalink
Merge pull request #129 from jazzband/dj42
Browse files Browse the repository at this point in the history
closes #116: Add support for Django 4.2
  • Loading branch information
shimizukawa authored Jul 22, 2024
2 parents edba79c + 4c65ee0 commit 453f099
Show file tree
Hide file tree
Showing 34 changed files with 6,438 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples-proj1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 5
matrix:
python-version: ['3.10']
django-version: ['3.2', '4.0']
django-version: ['3.2', '4.0', '4.2']
include:
- django-version: 'main'
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10']
django-version: ['3.2', '4.0']
django-version: ['3.2', '4.0', '4.2']
include:
- django-version: 'main'
python-version: '3.9'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Incompatible Changes:

Features:

* #116 Add Django-4.2 support.
* #83 Drop Django-2.2 support.
* #83 Drop Python-3.6 support.
* #127 Drop Python-3.7 support.
* #83 Drop Django-2.2 support.
Expand Down
2 changes: 1 addition & 1 deletion django_redshift_backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django_redshift_backend.meta import DistKey, SortKey # noqa
from .meta import DistKey, SortKey # noqa

# py38 or later
from importlib.metadata import version, PackageNotFoundError
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 453f099

Please sign in to comment.