Re: Proposal: use SQLAlchemy Core for query generation

2012-07-04 Thread megaman821
On Tuesday, July 3, 2012 7:59:26 AM UTC-5, Chris Wilson wrote: > > Hi Reinout, > > On Tue, 3 Jul 2012, Reinout van Rees wrote: > > > On 30-06-12 16:22, Luke Plant wrote: > >> Also, in Django to date we've eschewed external dependencies. That has > >> been partly due to the poor and confusing

Re: Proposal: use SQLAlchemy Core for query generation

2012-07-01 Thread megaman821
On Sunday, July 1, 2012 6:11:34 AM UTC-5, Andrew Godwin wrote: > > Nice to see this after you mentioned it a couple of weeks ago, Luke! I'm > very slightly in favour of the whole idea, but I'm skeptical about the > amount of work this will require in the DB backend, and what that means > for

Add Mod(%) Operator to If Tag

2010-02-10 Thread megaman821
Since Django 1.2 is not out yet I have been using the smart_if tag in all my projects, with one addition. Since I believe the new if tag is based on the smart_if tag code on Django Snippets, I want to propose adding the mod(%) operator to it. Often I have display logic where I am displaying a

Integrating fckeditor with django

2009-04-29 Thread megaman821
I see fckeditor has python functions for its quick upload and image browsing. Is anyone using this? If so, how do you set up Apache to serve the fckeditor pages? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups