Re: Head swimming - JavaScript libraries

2008-02-18 Thread Fco. Javier Nievas
As many developers you asked, as many different answers you get. It's just a matter of taste. I've been using Mootools for "simple" projects, since it's very light, very clear, smart and easy to extend. The better choice for most situations. For complex projects, I've been using dojo for a

Re: Whitespace handling in newforms modelforms

2008-02-18 Thread Fco. Javier Nievas
You can use Form inheritance to redefine default behaviour, so you will be just writing down just a strip and after making all your forms inherit from your BaseForm they all will strip fields 2008/2/18, James Bennett <[EMAIL PROTECTED]>: > > > On Feb 18, 2008 2:37 PM, web-junkie <[EMAIL

Re: Manually ordering content

2008-02-18 Thread Fco. Javier Nievas
Maybe you could use the "ordering" attribute at META class, to avoid using order_by in every request. Wish it helps 2008/2/18, Bret W <[EMAIL PROTECTED]>: > > > I never really heard anything back on this, so I built something based > on the models in my last message. > > The details and code are

Re: Better FileField

2007-10-16 Thread Fco. Javier Nievas
Could you give a link to that patch? Thanks On 10/11/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > > > As Malcolm mentioned, I put a lot of time into a patch to solve a > great many problems with FileField, even more than the ones you > mentioned. It's not in trunk yet, and I don't know when it