[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Django 5.1 #880

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'master' into django51
  • Loading branch information
mbraak committed Jun 30, 2024
commit 0f0949a8b0c319a135999f8253c8cf2524afcdc1
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## Changelog

**development**

- Issue #880. Support Django 5.1

**3.7.0 (june 27 2024)**

- Issue #784: compile to es6. This reduces the size of the minified js file to 80k (from 119k)
- Issue #841. Drop support for Django 3.2
- Issue #880. Support Django 5.1
- Issue #891: handle error with empty initial file in model form (thanks to Yanhui Xie)

**3.6.0 (december 8 2023)**

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.