Re: Q about a ticket and merging into svn

2008-10-04 Thread Gerard Petersen
Russel, Thanx for your elaborate feedback. I'm indeed going to keep the widget code in a file within my own app for now. It's very workable this way, and I still have lots of other Django code to discover. @Malcolm: I'd love to help but being a sysadmin and not a diehard developer, I can not

Re: Q about a ticket and merging into svn

2008-10-04 Thread Malcolm Tredinnick
On Fri, 2008-10-03 at 19:51 +0800, Russell Keith-Magee wrote: [...] > I wouldn't pin your hopes on the patch making it into trunk. I simply > can't give you any indication of when it will happen. I might happen > next week, it might happen next year. Until it happens, we won't know. > I can tell

Re: Q about a ticket and merging into svn

2008-10-03 Thread Russell Keith-Magee
On Fri, Oct 3, 2008 at 5:13 PM, Gerard Petersen <[EMAIL PROTECTED]> wrote: > > I examined the svn tree and the patches. It seems that the diffs are for the > widget.py file under 'newforms', but this directory does not exist in the svn > tree. I've tried appending the widget classes from the tic

Re: Q about a ticket and merging into svn

2008-10-03 Thread Gerard Petersen
Russel, I examined the svn tree and the patches. It seems that the diffs are for the widget.py file under 'newforms', but this directory does not exist in the svn tree. I've tried appending the widget classes from the ticket to: /usr/lib/python2.5/site-packages/django_src/django/forms/widgets

Re: Q about a ticket and merging into svn

2008-10-02 Thread Gerard Petersen
Russell, Thanx for the heads up. I've been using svn for a while, but it seems like I indeed need to brush on svn and patching. Mind you, in daily work my 'system/network administration' hat is bigger then my 'software development' hat. Anyway, thanx again! Regards, Gerard. Russell Keith-M

Re: Q about a ticket and merging into svn

2008-10-02 Thread Russell Keith-Magee
On Thu, Oct 2, 2008 at 7:00 PM, Gerard Petersen <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm in need of the functionality of ticket #3672. I have de initial code > implemented. And there are some patches, but they seem to be diffs on files > in the main svn trunk. Yes - diffs against the sour

Q about a ticket and merging into svn

2008-10-02 Thread Gerard Petersen
Hi all, I'm in need of the functionality of ticket #3672. I have de initial code implemented. And there are some patches, but they seem to be diffs on files in the main svn trunk. The question with the easiest solution for me would be, when is the code from this ticket going to be merged wit