Skip to content

Commit

Permalink
Add official support for django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Sep 20, 2023
1 parent 48c990b commit 774c804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ poetry run pytest

## Changelog

#### `main` (unreleased!)

- Add support for django 5.0

#### 6.0.1 (2023-09-07)

- Use correct default backend when running with django 3.X ([#109](https://github.com/mfogel/django-timezone-field/issues/109))
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Utilities",
Expand Down

0 comments on commit 774c804

Please sign in to comment.