Working on a profiling/benchmark tool for the django template language. Looking for feedback on my work so far.

2016-03-19 Thread Quentin Fulsher
Hi all, I talked with FunkyBob on IRC a few weeks ago and told him I was interested in optimizing the template language. One of the suggestions he made was to make a profiling/benchmarking framework to test changes. While I wouldn't call it a framework yet I have a script set up to run the djang

Organizing the built-in system check framework's hint messages

2016-05-18 Thread Quentin Fulsher
Hi all, Recently I was trying to fix a bug that required me to alter the hint message of the `fields.E306`[1] system check error[2]. The bug in question added a condition to a check which if failed caused the instantiation of a `django.core.checks.Error` object. In order to change the `Error`'

Re: Organizing the built-in system check framework's hint messages

2016-05-19 Thread Quentin Fulsher
/django/blob/0eac5535f7afd2295b1db978dffb97d79030807e/django/core/checks/security/base.py > . > > If you feel your approach would be an improvement, maybe you could put > together a quick proof of concept so it's a bit easier to understand? > > On Wednesday, May 18, 2016 at 11:50