Re: Template tag magic that hasn't been removed

2006-04-26 Thread Matt Croydon
After trawling around the magic with James I have to say that I'm for this particular bit of magic.  The alternative is to walk all subdirectories of INSTALLED_APPS and look for someting that looks like a taglibrary.  I'm not sure if it can be done any more efficently, but I'm a little worried abou

Template tag magic that hasn't been removed

2006-04-26 Thread James Bennett
I got bitten by ticket #1675 today, and took some time to work out exactly what was going wrong. It turned out I was setting up my custom tag library incorrectly, but the process revealed some magic that magic-removal hasn't gotten rid of. In looking at how the 'load' tag is implemented, I was co

Re: Schema evolution

2006-04-26 Thread Brant Harris
Hi Joe. "devolving" or performing a "rollback" on an evolution is covered only slightly at the end of my proposal. Basically the idea would be to also add "pre_rollback" and "post_rollback" function hooks for the evolve() function as well. This way, the responsible admin would be able to provid

Re: Schema evolution

2006-04-26 Thread [EMAIL PROTECTED]
Hi all, I'm a CS undergrad at the University of Minnesota. I hope to do a Summer of Code project with Django. Specifically I'd like to work on schema evolution. I just wanted to introduce myself and get involved in the process. So enough with the introductions. On to my comments on the proposal: