Hello all,

We have released Reahl 2.1.2.

 * Features: http://www.reahl.org
* Installation: http://www.reahl.org/docs/2.1/tutorial/gettingstarted.d.html

This release adds support for two important features (amongst others), and fixes a number of bugs. We are not working towards Python 3 compatibility in the next version.

Important changes:

* Phased migrations are added. This allows better structuring of complicated migrations involving database objects that have interdependencies. * Support was also added for tables, and handling of big tables spread over multiple pages.

Please see http://www.reahl.org/docs/2.1/whatchanged.d.html (with special attention to the items from 2.1.2) for more info.

Reahl is a web application framework for Python programmers.

With Reahl, programming is done purely in Python, using concepts
familiar from GUI programming - like reusable Widgets and Events.
There's no need for a programmer to know several different languages
(HTML, JavaScript, template languages, etc) or to keep up with the
tricks of these trades. The abstractions presented by Reahl relieve the
programmer from the burden of dealing with the annoying problems of the
web: security, accessibility, progressive enhancement (or graceful
degradation) and browser quirks.

Although a Reahl program benefits from having JavaScript available, it
functions in the absence of JavaScript too. Search engines can crawl a
Reahl program, and its pages can be bookmarked by browsers.

Regards
- Iwan

--
Reahl, the Python only web framework: http://www.reahl.org

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
https://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to