Skip to content

Commit

Permalink
Prepare for version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 17, 2024
1 parent 07f53ec commit bbe411c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## Changes

1.5
* **Breaking Change:** Always include `<script src="{% url 'javascript-catalog' %}"></script>` to
the `<head>`-section of an HTML template. This is because `gettext` is used inside many
JavaScript files.
* Drop support for Django-4.1 and Python-3.9.
* Add support for Python-3.12.
* Attribute `<button df-click="…">` now accepts function `setFieldValue()`. This can be used to
transfer values from one field to another one.
* Introduce partial submits and prefilling forms in collections.
* **Always** include `<script src="{% url 'javascript-catalog' %}"></script>` to the `<head>`-
section of an HTML template. This is because `gettext` is used inside many JavaScript files.
* Introduce partial submits and prefilling of dialog forms in collections.
* The parser generator allows whitespace inside parentheses.
* Add `jest` to explicitly test the parser generator.

1.4.5
* Fix: When submitting a form with a `FileField`, the `UploadedFileInput` widget returns ``None``
Expand Down

0 comments on commit bbe411c

Please sign in to comment.