Re: SVN triggers to Trac

2007-02-03 Thread Adrian Holovaty
On 2/3/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > The standard 'Fixed #1234 -- Did blah` checkin messages don't seem to > be registering on Trac or closing the tickets. As a result, I have had > to manually close the Trac items for the last few bugs that I have > closed. > > Is this a pr

Re: Large scale Django deployment

2007-02-03 Thread Gary Wilson
On Jan 26, 1:41 pm, "J" <[EMAIL PROTECTED]> wrote: > I am trying to wrap my head around the server firepower I would need to > pull this latter idea off. The following might give you some idea: http://wiki.rubyonrails.com/rails/pages/Framework+Performance http://www.jacobian.org/writing/2005/dec/

SVN triggers to Trac

2007-02-03 Thread Russell Keith-Magee
Hi All, Has anyone else noticed that since the changes to Trac were rolled out, Subversion checkin messages don't seem to be firing the Trac triggers? The standard 'Fixed #1234 -- Did blah` checkin messages don't seem to be registering on Trac or closing the tickets. As a result, I have had to m

Re: Status update on newforms-admin branch

2007-02-03 Thread Russell Keith-Magee
On 2/3/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Regarding "edit inline," a couple of decisions need to be made. Ticket > #2248 (http://code.djangoproject.com/ticket/2248) has an interesting > suggestion: you define the inline stuff within the admin class. I'll > copy and paste from that

Using javascript to edit_in_line on django admin

2007-02-03 Thread [EMAIL PROTECTED]
Hi guys! I was working on the poll example, I can add choices to poll "inline", this is cool, but I need to limit how many choices I can add once. If I set num_in_admin=3 and my user need to add more than 3 choices, he have to add the poll and edit it to have more choices available to insert. I

Re: newforms: "forms with prefixes", nitpick

2007-02-03 Thread Amit Upadhyay
On 2/1/07, Honza Král <[EMAIL PROTECTED]> wrote: > > python's string formatting > > is not used in prefix. Should be. > > why? for the 10%, I think (at least some) people will be confused when > they HAVE to pass something with python format strings in it in order > for it to work, many will forget

Re: filesizeformat filter

2007-02-03 Thread [EMAIL PROTECTED]
Hi, That does sound like a bug to me, can you file a ticket with an example of where it's going wrong (i.e. what value you're giving it?) Cheers, Simon G. On Feb 2, 6:43 am, "vfoley" <[EMAIL PROTECTED]> wrote: > I just saw that filesizeformat expects a number bytes. So the culprit > in my case

Re: Not querying related record on form creation

2007-02-03 Thread James Bennett
On 2/3/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > - Turn Field.get_choices into a generator. It now actually fetches rows > and wraps them into a list and adds a 'blank' choice. > - Allow a callable in 'choices' param of a Select widget that will be > called on 'render'. It then can be passed

Not querying related record on form creation

2007-02-03 Thread Ivan Sagalaev
gabor wrote: > up to now i simply added raw_id_admin = True to the model's field, but > now i do not know how it should be handled...i realize that the > new-admin is probably using the newforms... and i do not know how > raw_id_admin is handled there I was thinking of it a bit... My first sol

Re: Status update on newforms-admin branch

2007-02-03 Thread sansmojo
I could also see a use for this. Also, it would be nice to specify that at least one instance of the inline object be required. With the above example, when adding a Kingdom, at least one (or however many specified) Phylums would be required. A common use for this would be a person model, with