Re: pre-setting variables in templates

2008-01-24 Thread Massimiliano Ravelli
On 24 Gen, 04:21, shomain <[EMAIL PROTECTED]> wrote: > TemplateSyntaxError at /time/ > Invalid block tag: 'with' Which version are you using ? This feature was added in changeset 4830. Massimiliano --~--~-~--~~~---~--~~ You received this message because you are su

Re: Volunteer(s) needed: Django needs a buildbot

2007-06-04 Thread Massimiliano Ravelli
On 4 Giu, 10:21, Henrik Levkowetz <[EMAIL PROTECTED]> wrote: > I've done a good-enough-to-start-with integration of Trac and BuildBot > ... cut ... > I'll clean up the code and place this on Trac Hacks (trac-hacks.org) > within a day or so. This is good news ! Let me know when the code is availa

Re: Volunteer(s) needed: Django needs a buildbot

2007-06-04 Thread Massimiliano Ravelli
On 1 Giu, 17:15, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > So, is there anybody out there who could get some sort of CI tool set > up? I have a very simple installation of buildbot. At every commit the build-slave checks out the source of my django apps, runs the tests and builds debian pa

Re: Schema Evolution branch?

2007-03-01 Thread Massimiliano Ravelli
On 16 Gen, 16:19, "Victor Ng" <[EMAIL PROTECTED]> wrote: > I'll try to have a repo setup for people to play with this week - > getting schema-evo stabilized isn't something that the core-devs > should have to be involved with anyway. This feature is very interesting and I may help with some testi

Re: Upcoming Django release, and the future

2007-02-27 Thread Massimiliano Ravelli
On Feb 27, 10:41 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > I tried it, and it worked for me. Can you provide an example where it fails? I updated the trunk and it works perfectly. It was obviously my fault. Thank you very much. Massimiliano --~--~-~--~~~---

Re: Upcoming Django release, and the future

2007-02-27 Thread Massimiliano Ravelli
On 27 Feb, 10:41, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > I tried it, and it worked for me. > Can you provide an example where it fails? I'll give it a deeper look tomorrow. I'll let you know. Thank you very much Massimiliano --~--~-~--~~~---~--~~ Y

Re: Upcoming Django release, and the future

2007-02-27 Thread Massimiliano Ravelli
On 26 Feb, 13:31, Michael Radziej <[EMAIL PROTECTED]> wrote: > #3253 has a working patch with documentation. I've closed yours as > duplicate of #3253. Hi Micheal, Hi Russ >From ticket #3253: "I didn't check whether it actually works for manage.py test"; I made a quick test and it seems that i

Re: Upcoming Django release, and the future

2007-02-26 Thread Massimiliano Ravelli
Hi Russ, I'm using your latest patch (ticket #2333) in my applications: I find it useful and extremely fast ! I configured the svn repository of my django apps to work with buildbot and have all tests done each time a commit is performed. Buildbot runs "python manage.py test" but shows the green

Re: newforms: MultipleChoiceField broken ??

2006-12-13 Thread Massimiliano Ravelli
Adrian Holovaty wrote: > Which problem did you have with the prefix parameter? Was it just a > problem of the patch not applying correctly, or was there some sort of > bug? The patch is ok and I don't think it's a bug: I was trying to find the best way to implement a form with dynamic choices.

Re: newforms: MultipleChoiceField broken ??

2006-12-12 Thread Massimiliano Ravelli
Honza Král wrote: > > Can we attach to the ticket the new patch naming it > > "multiple_choice_4194.patch" ? > > done Thanks Honza. > I added this one as well, the patches aren't completely identical due > to the auto_id parameter. Ops ! I missed it. I'm testing this patch in my real applicat

Re: newforms: MultipleChoiceField broken ??

2006-12-12 Thread Massimiliano Ravelli
Honza Král wrote: > the old patches should still work with very little tweaking, but I am > attaching a new set (against 4194) just to be sure Thank you very much Honza ! I had no problem at all with the old patch; I proposed a new one only to make the life of committers easier ;-) Can we atta

Re: newforms: MultipleChoiceField broken ??

2006-12-12 Thread Massimiliano Ravelli
I had some problem with MultipleChoiceField and request.POST (QueryDict). Your patch fixes this problem and passes the tests I attached to ticket 3129 too. (multiple_choice_tests.patch in http://code.djangoproject.com/ticket/3129). Adrian checked in a part of your patch (changeset 4185 http://c