Re: [GSOC] Weekly update

2014-05-23 Thread Chris Beaven
Hi Daniel, The proposal looks interesting - I've only skimmed it so far but one question: you mention User.get_model() several times -- do you mean User.get_meta()? On Saturday, May 24, 2014 7:05:02 AM UTC+12, Daniel Pyrathon wrote: > > Hi all, > > In the last days I have built a documentation

Re: Proposal to add a secure JSON encoding template tag

2014-05-23 Thread Chris Beaven
I like the idea, I've been using a custom script that does the first mode of this tag nearly exactly the same way (with the same security escaping). Not the biggest fan of the second mode of operation since like you say, it's not compatible with strict CSP. Why not just encourage people to do it

Re: [GSOC] Weekly update

2014-05-23 Thread Daniel Pyrathon
Hi all, In the last days I have built a documentation of the current state of Options. Based on feedback and prototyping I have thought of a potential interface for _meta that can solve the issues currently present, such as redundancy (in code and in caching systems). The interface has also bee