fix reStructuredText (hopefully)
This commit is contained in:
parent
a62672cc0f
commit
931ebbabca
2 changed files with 9 additions and 10 deletions
17
CHANGES.txt
17
CHANGES.txt
|
@ -47,23 +47,22 @@
|
|||
|
||||
- Added "foo" views and templates to Pyramid scaffold.
|
||||
|
||||
- Added :attr:`edbob.pyramid.forms.FieldSet.allow_continue` attribute.
|
||||
- Added ``edbob.pyramid.forms.FieldSet.allow_continue`` attribute.
|
||||
|
||||
- Made ``sort`` keyword optional for grids.
|
||||
|
||||
- Added :class:`edbob.pyramid.views.Crud` class.
|
||||
- Added ``edbob.pyramid.views.Crud`` class.
|
||||
|
||||
- Added :class:`edbob.pyramid.views.GridView` class.
|
||||
- Added ``edbob.pyramid.views.GridView`` class.
|
||||
|
||||
- Added "Guest" role to auth / permissions framework.
|
||||
|
||||
- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`
|
||||
class.
|
||||
- Added ``edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`` class.
|
||||
|
||||
- Added :meth:`edbob.Object.__str__()` method.
|
||||
- Added ``edbob.Object.__str__()`` method.
|
||||
|
||||
- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC
|
||||
timestamp as a default field value.
|
||||
- Added ``edbob.sqlalchemy.current_time()`` function to provide UTC timestamp
|
||||
as a default field value.
|
||||
|
||||
- Added ``pyramid_tm`` tween to Pyramid apps.
|
||||
|
||||
|
@ -79,7 +78,7 @@
|
|||
0.1a5
|
||||
-----
|
||||
|
||||
- Added :mod:`edbob.csv` module.
|
||||
- Added ``edbob.csv`` module.
|
||||
|
||||
- Tweaked logging configuration and initialization semantics.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue