Skip to content

Commit

Permalink
Confirmed support for Django 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 7, 2023
1 parent f2ee880 commit 13191ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.6.3

### Enhancements

* Confirms support for Django 4.2.

### Bug Fixes

* Adds a missing migration with HTTP status codes.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Requirements
------------

* **Python**: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
* **Django**: 2.2, 3.2, 4.0, 4.1
* **Django**: 2.2, 3.2, 4.0, 4.1, 4.2
* **python-dateutil**

django-request 1.5.1_ is the last version that supports Django 1.4, 1.5, 1.6.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
{py36,py37,py38,py39,py310}-django32-test
{py38,py39,py310}-django40-test
{py38,py39,py310,py311}-django41-test
{py38,py39,py310,py311}-django42-test
{py310,py311}-djangomain-test
isort
flake
Expand All @@ -24,6 +25,7 @@ deps =
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2b1,<5.0
djangomain: https://github.com/django/django/archive/main.tar.gz

[testenv:isort]
Expand Down

0 comments on commit 13191ed

Please sign in to comment.