fix reStructuredText (hopefully)

This commit is contained in:
Lance Edgar 2012-08-12 12:23:07 -07:00
parent a62672cc0f
commit 931ebbabca
2 changed files with 9 additions and 10 deletions

View file

@ -47,23 +47,22 @@
- Added "foo" views and templates to Pyramid scaffold. - 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. - 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 "Guest" role to auth / permissions framework.
- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer` - Added ``edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`` class.
class.
- Added :meth:`edbob.Object.__str__()` method. - Added ``edbob.Object.__str__()`` method.
- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC - Added ``edbob.sqlalchemy.current_time()`` function to provide UTC timestamp
timestamp as a default field value. as a default field value.
- Added ``pyramid_tm`` tween to Pyramid apps. - Added ``pyramid_tm`` tween to Pyramid apps.
@ -79,7 +78,7 @@
0.1a5 0.1a5
----- -----
- Added :mod:`edbob.csv` module. - Added ``edbob.csv`` module.
- Tweaked logging configuration and initialization semantics. - Tweaked logging configuration and initialization semantics.

View file

@ -10,7 +10,7 @@ console, web, or GUI applications. Pay only for what you eat; however all of
its functionality combined may be considered a "full stack" of sorts. its functionality combined may be considered a "full stack" of sorts.
For more information, please see `edbob.org <http://edbob.org/>`_ or send email For more information, please see `edbob.org <http://edbob.org/>`_ or send email
to Lance Edgar (lance@edbob.org). to `Lance Edgar <mailto:lance@edbob.org>`_.
Installation Installation