Skip to content

Commit

Permalink
Merge pull request #626 from jazzband/django51
Browse files Browse the repository at this point in the history
Add formal support for django 5.1
  • Loading branch information
foarsitter authored Aug 28, 2024
2 parents 3fc446e + 0476fad commit 2882614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

To be released
--------------

- Add formal support for `Django 5.1`
- Remove MonitorField deprecation warning. `None` - instead of
`django.utils.timezone.now` will be used when nullable and no default provided (GH-#599)
- Add deprecation warning for MonitorField. The default value will be `None`
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def long_desc(root_path):
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
],
zip_safe=False,
package_data={
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py{38,39,310,311}-dj{41}
py{38,39,310,311}-dj{42}
py{310,311,312}-dj{50}
py{310,311,312}-dj{51}
py{310,311,312}-dj{main}
flake8
isort
Expand All @@ -28,6 +29,7 @@ deps =
dj41: Django==4.1.*
dj42: Django==4.2.*
dj50: Django==5.0.*
dj51: Django==5.1.*
djmain: https://github.com/django/django/archive/main.tar.gz
ignore_outcome =
djmain: True
Expand Down

0 comments on commit 2882614

Please sign in to comment.