diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 17:52:52 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 17:52:52 -0500 |
| commit | 5369c85e1153fadbc2db22975c30bd1050e28d7a (patch) | |
| tree | d240c8f5c7d1fd9fec67c349770d2f820e4fc591 | |
| parent | d0e2f661e07d43188435b25aec0577dfbd50cfb0 (diff) | |
| download | pyramid-5369c85e1153fadbc2db22975c30bd1050e28d7a.tar.gz pyramid-5369c85e1153fadbc2db22975c30bd1050e28d7a.tar.bz2 pyramid-5369c85e1153fadbc2db22975c30bd1050e28d7a.zip | |
gardening
| -rw-r--r-- | TODO.txt | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -17,25 +17,6 @@ Must-Have (before 1.0) - Use ``@register_view`` instead of ``@view_config`` and change view docs to use "view registration" instead of "view configuration". -- SQLAlchemy idiomatics: - - <RaFromBRC> mcdonc: those paster templates all look pretty good... the - only thing i'd consider is adjusting your config variable names to match - exactly what sqlalchemy uses as parameter names, see here: - http://www.sqlalchemy.org/docs/core/engines.html - - <RaFromBRC> mcdonc: especially in the pylons_sqla ini file, where the db - initialization is mixed in w/ the app config... - - <RaFromBRC> ... i'd use "sqlalchemy.PARAMETER" for all of the sqla - settings, so it could easily be handed to engine_from_config w/o any need - to parse by hand - - <RaFromBRC> mcdonc: in the other ini files, where sqlalchemy is given its - own part, the "sqlalchemy." prefix probably isn't necessary, but matching - the parameter names (e.g. 'url' instead of 'db_string') is still probably - a good idea - - Better ``config.add_handler`` documentation. Should-Have |
