Skip to content

Commit

Permalink
form_designer v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 2, 2020
1 parent d2a8e92 commit 1d4ce6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ Change log
Next version
------------


0.17
----

* Fixed a typo and changed e-mail to email. Removed the help text from
config options which isn't correct anymore.
* Added code to avoid crashing the admin interface if form submissions
cannot be deserialized and/or rendered.
* Worked around changes in the initialization of change forms in the
administration interface.
* Added Django 3.1 and Python 3.8 to the Travis CI matrix.
* Reordered the configuration options in the administration panel; moved
activation of processors closer to their configuration.
* Fixed a recurring bug where migrations would be created when changing
field types.
* Made the ordering field a bit wider so that the value is still visible
even on small screens.


0.16
Expand Down
2 changes: 1 addition & 1 deletion form_designer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 16, 2)
VERSION = (0, 17, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "form_designer.apps.FormDesignerConfig"

0 comments on commit 1d4ce6d

Please sign in to comment.