Working on comments

2008-08-29 Thread Bruce Kroeze
est Django trunk. -- Bruce Kroeze http://solidsitesolutions.com Dynamic Designs, Optimized --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: #2539 - Namespacing template tags and libraries

2007-10-22 Thread Bruce Kroeze
Why couldn't both coexist, but be mutually exclusive? {% load firstapp.library as mylib %} {% load thislib thatlib theotherlib %} The only thing that would prevent is the use of a library named "as" loaded in the second position, not a big deal. After all, we are already using "as" all over the

Re: Changeset [5231] -- do_clean_*() is awkward naming

2007-05-14 Thread Bruce Kroeze
+1 cleanfield_foo() On 5/14/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-05-14 at 09:11 -0500, Adrian Holovaty wrote: > > Hi there, > > > > I just spotted changeset [5231]: > > > > """ > > Renamed form-specific cleaning methods to be do_clean_*, rather than > clean_*. > > T

Re: odd error after reboot.

2007-01-17 Thread Bruce Kroeze
The hack solution on Linux is to symlink django/django to the python site-packages directory in Python. On 1/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > sorry for cross posting but i have run out of ideas (and Django is on > the chopping block). > > i had a working Django site on Red