Mercurial > p > roundup > code
diff CHANGES.txt @ 5173:4f99aad7e8e8
Store template name with saved query
When storing user-defined queries we now store the template with the
query if the template name is different from 'index'. This allows stored
queries for templates different from the default 'index' template.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 09 Dec 2016 09:49:25 +0100 |
| parents | fac171f0f27b |
| children | a76fbb9f5535 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Nov 28 16:09:39 2016 +0100 +++ b/CHANGES.txt Fri Dec 09 09:49:25 2016 +0100 @@ -142,6 +142,10 @@ keyword. (John Rouillard) - issue2550757 - internal restructuring to allow admin.py to be tested more easily. W. Trevor King (wking)/ John Rouillard. +- When storing user-defined queries we now store the template with the + query if the template name is different from 'index'. This allows + stored queries for templates different from the default 'index' + template. Fixed:
