Mercurial > p > roundup > code
diff CHANGES.txt @ 4740:fe9568a6cbd6
Untangle template selection logic from template loading functionality.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 15 Jan 2013 00:10:01 +0300 |
| parents | 8a32d8223aa4 |
| children | 2d6959f1d2df |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 14 20:25:00 2013 +0300 +++ b/CHANGES.txt Tue Jan 15 00:10:01 2013 +0300 @@ -9,6 +9,10 @@ - Renamed old Templates classes to Loader classes to clarify sources for alternative templating engines, updated docs (anatoly techtonik) +- Template selection code is moved from Loader classes into cgi.client + limiting the responsibility of Loaders to compilation and rendering. + Internally, templating.find_template is replaced with + client.selectTemplate (anatoly techtonik) Fixed:
