| 15 | | * TurboGears is now compatible with Python 2.3, thanks to Paul Clifford. |
|---|
| 16 | | * CatWalk model/database browser is now part of TurboGears |
|---|
| 17 | | * Added tg-admin gui command to provide a graphical user interface |
|---|
| 18 | | (web-based, of course) for working with your TurboGears project |
|---|
| | 15 | * The TurboGears Toolbox wraps a number of useful tools in one web |
|---|
| | 16 | interface. The toolbox can be extended with additional tools. Run |
|---|
| | 17 | the Toolbox with tg-admin toolbox. |
|---|
| | 18 | * CatWalk model/database browser is now part of the TurboGears Toolbox |
|---|
| | 19 | * Identity management and access control now provided via turbogears.identity |
|---|
| | 20 | module. Includes basic classes for User, Group, and Permission objects via |
|---|
| | 21 | turbogears.identity.model. |
|---|
| | 22 | * There is a new internationalization package that allows you to use |
|---|
| | 23 | to conveniently localize your application via gettext. |
|---|
| | 24 | * Each request is implicitly wrapped in a Transaction. This solves |
|---|
| | 25 | caching issues and reduces boilerplate code. It also helps codify |
|---|
| | 26 | a best practice so that bad data does not end up in your database. |
|---|
| | 27 | * Tg now has a feed object that can generate rss2.0, atom0.3 and atom1.0 feeds |
|---|