update changelog
This commit is contained in:
parent
9b1579f587
commit
47944767dc
47
CHANGES.rst
47
CHANGES.rst
|
@ -1,4 +1,51 @@
|
|||
|
||||
0.3.1
|
||||
-----
|
||||
|
||||
* Added some tests.
|
||||
|
||||
* Added ``helpers`` module.
|
||||
|
||||
Also added a Pyramid subscriber hook to add the module to the template
|
||||
renderer context with a key of ``h``. This is nothing really new, but it
|
||||
overrides the helper provided by ``edbob``, and adds a ``pretty_date()``
|
||||
function (which maybe isn't a good idea anyway..?).
|
||||
|
||||
* Added ``simpleform`` wildcard import to ``forms`` module.
|
||||
|
||||
* Added autocomplete view and template.
|
||||
|
||||
* Fixed customer group deletion.
|
||||
|
||||
Now any customer associations are dropped first, to avoid database integrity
|
||||
errors.
|
||||
|
||||
* Stole grids and grid-based views from ``edbob``.
|
||||
|
||||
* Removed several references to ``edbob``.
|
||||
|
||||
* Replaced ``Grid.clickable`` with ``.viewable``.
|
||||
|
||||
Clickable grid rows seemed to be more irritating than useful. Now a view
|
||||
icon is shown instead.
|
||||
|
||||
* Added style for grid checkbox cells.
|
||||
|
||||
* Fixed FormAlchemy table rendering when underlying session is not primary.
|
||||
|
||||
This was needed for a grid based on a LOC SMS session.
|
||||
|
||||
* Added grid sort arrow images.
|
||||
|
||||
* Improved query modification logic in alchemy grid views.
|
||||
|
||||
* Overhauled report views to allow easier template customization.
|
||||
|
||||
* Improved product UPC search so check digit is optional.
|
||||
|
||||
* Fixed import issue with ``views.reports`` module.
|
||||
|
||||
|
||||
0.3a23
|
||||
------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3a23'
|
||||
__version__ = '0.3.1'
|
||||
|
|
Loading…
Reference in a new issue