--- a/src/pyams_form.egg-info/PKG-INFO Sun Jul 19 01:56:27 2020 +0200
+++ b/src/pyams_form.egg-info/PKG-INFO Mon Jul 20 14:17:06 2020 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-form
-Version: 0.1.27
+Version: 0.1.28
Summary: PyAMS base form interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_form
Author: Thierry Florac
@@ -57,6 +57,10 @@
History
=======
+ 0.1.28
+ ------
+ - added adapter lookup while creating search form
+
0.1.27
------
- code cleanup
@@ -94,7 +98,7 @@
- updated Select2 widgets templates in display mode
- added translation to radio buttons display template
- added simple "add_error" method to IForm interface to be able to add an error easilly to
- an existing form
+ an existing form
0.1.23.1
--------