update changes file
This commit is contained in:
parent
b38fbdefb4
commit
1d0e918532
1 changed files with 31 additions and 0 deletions
31
CHANGES.txt
31
CHANGES.txt
|
@ -1,4 +1,35 @@
|
|||
|
||||
0.1a7
|
||||
-----
|
||||
|
||||
- Tweaked logging and initialization semantics for shell command.
|
||||
|
||||
- Added "foo" views and templates to Pyramid scaffold.
|
||||
|
||||
- Added :attr:`edbob.pyramid.forms.FieldSet.allow_continue` attribute.
|
||||
|
||||
- Made ``sort`` keyword optional for grids.
|
||||
|
||||
- Added :class:`edbob.pyramid.views.Crud` class.
|
||||
|
||||
- Added :class:`edbob.pyramid.views.GridView` class.
|
||||
|
||||
- Added "Guest" role to auth / permissions framework.
|
||||
|
||||
- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`
|
||||
class.
|
||||
|
||||
- Added :meth:`edbob.Object.__str__()` method.
|
||||
|
||||
- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC
|
||||
timestamp as a default field value.
|
||||
|
||||
- Added ``pyramid_tm`` tween to Pyramid apps.
|
||||
|
||||
- Tweaked login, object index and CRUD templates.
|
||||
|
||||
- Added file monitor for Linux.
|
||||
|
||||
0.1a6
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue