Skip to content

Commit

Permalink
Add Django 5.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 21, 2025
1 parent 5c1e9ae commit 209a544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Next version
- Fixed the django-content-editor support tweak where an empty label would make
the editor move to the left border.
- Updated Tiptap.
- Added Django 5.2a1.


0.10 (2024-12-17)
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{310,311,312}-dj{42,50,51,main}
py{313}-dj{51,main}
py{310,311,312}-dj{42,50}
py{312,313}-dj{51,52,main}

[testenv]
usedevelop = true
Expand All @@ -13,6 +13,7 @@ deps =
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2a1,<6.0
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:docs]
Expand Down

0 comments on commit 209a544

Please sign in to comment.