update changelog
This commit is contained in:
parent
650e6389e5
commit
8aaff93ff7
25
CHANGES.rst
25
CHANGES.rst
|
@ -1,4 +1,29 @@
|
||||||
|
|
||||||
|
0.3.9
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Added forbidden view.
|
||||||
|
|
||||||
|
* Fixed bug with ``request.has_any_perm()``.
|
||||||
|
|
||||||
|
* Made ``SortableAlchemyGridView`` default to full (100%) width.
|
||||||
|
|
||||||
|
* Refactored ``AutocompleteFieldRenderer``.
|
||||||
|
|
||||||
|
Also improved some organization of renderers.
|
||||||
|
|
||||||
|
* Allow overriding form class/factory for CRUD views.
|
||||||
|
|
||||||
|
* Made ``EnumFieldRenderer`` a proper class.
|
||||||
|
|
||||||
|
* Don't sort values in ``EnumFieldRenderer``.
|
||||||
|
|
||||||
|
The dictionaries used to supply enumeration values should be ``OrderedDict``
|
||||||
|
instances if sorting is needed.
|
||||||
|
|
||||||
|
* Added ``Product.family`` to CRUD view.
|
||||||
|
|
||||||
|
|
||||||
0.3.8
|
0.3.8
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.8'
|
__version__ = '0.3.9'
|
||||||
|
|
Loading…
Reference in a new issue