-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release notes | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
v2.7.0 | ||
v2.6.0 | ||
v2.5.0 | ||
v2.4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
django-jsonform 2.7.0 release notes | ||
=================================== | ||
|
||
|
||
Jan 31, 2022 | ||
------------ | ||
|
||
This version introduces no breaking changes and is fully compatible with the | ||
previous releases (2.6.x). | ||
|
||
Like the previous version, it also supports ``Django >= 2.0`` and ``Python >= 3.4``. | ||
|
||
What's new | ||
~~~~~~~~~~ | ||
|
||
New features | ||
^^^^^^^^^^^^ | ||
|
||
- Support for lazy translations within the schema. | ||
|
||
Bugfixes | ||
^^^^^^^^ | ||
|
||
- Package didn't work as intended in Django 4.0 due to bad version checking. |