Skip to content

Commit

Permalink
form_designer v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 23, 2016
1 parent fed3b65 commit 1169bed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ In ``your_project.form_designer_config.py`` something like::
Version history
===============

0.10
----

* Make the fields tabular inline a bit less wide.
* Added czech translations.
* Fixed the usage of ``render_to_string`` to actually work correctly
with Django 1.10.


0.9
---

Expand All @@ -136,6 +145,8 @@ Version history
0.8
---

* Moved the ``FormContent`` to the new module ``form_designer.contents``
to make the form designer usable without FeinCMS_.
* Replaced ``SortedDict`` with ``collections.OrderedDict``.
* Fixed an XSS vulnerability in the administration.
* Dropped compatibility with old Django versions (<1.8).
Expand Down Expand Up @@ -186,3 +197,4 @@ Visit these sites for more information
* FeinCMS: http://www.feinheit.ch/labs/feincms-django-cms/

.. _django-admin-ordering: https://github.com/matthiask/django-admin-ordering
.. _FeinCMS: https://feincms-django-cms.readthedocs.io/
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, 9, 2)
VERSION = (0, 10, 0)
__version__ = '.'.join(map(str, VERSION))

default_app_config = 'form_designer.apps.FormDesignerConfig'
Expand Down

0 comments on commit 1169bed

Please sign in to comment.