Re: Recursive inlines in admin?

2008-09-11 Thread Jeff Forcier
Thanks, everyone, for your replies! Doing a reply-to-all thing here... On Sep 10, 9:27 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > This has come up a number of times over the years, and I still haven't > wrapped my head around why somebody would need this functionality... > Surely one coul

Re: Recursive inlines in admin?

2008-09-09 Thread Jeff Forcier
s, Jeff On Sep 4, 5:08 pm, Jeff Forcier <[EMAIL PROTECTED]> wrote: > Hi folks, > > I definitely remember this subject coming up before (possibly as far > back as magic-removal, even) but I'm either misremembering, or not > using the right search terms. Pointers to previo

Recursive inlines in admin?

2008-09-04 Thread Jeff Forcier
Hi folks, I definitely remember this subject coming up before (possibly as far back as magic-removal, even) but I'm either misremembering, or not using the right search terms. Pointers to previous discussions/tickets would be welcome. I'm imagining the ability to have recursive inline editing: e

Re: ForeignKeys and friends interface

2007-04-06 Thread Jeff Forcier
On Apr 6, 9:14 am, Nebojša Đorđević <[EMAIL PROTECTED]> wrote: > I already have some code for the `DELETE RESTRICT` case. It checking all > of the FK relations and forbids deletion (throws exception) if they > exist. If there are interest I can make patch, I just have to find out > how to stop de

Re: ANN: Please welcome Django's new release manager!

2007-01-20 Thread Jeff Forcier
Congrats, James! Nobody better for the job, says I :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe

Re: ANN: Upgrading code.djangoproject.com

2007-01-18 Thread Jeff Forcier
Looks like someone's been futzing with the wiki frontpage, although I'm unsure if it's really intentional or not: it's currently blank, but when I tried to restore it to the last "good" version, Akismet complains thusly: Submission rejected as potential spam (Maximum number of external links

Re: Hosting ISPs

2006-09-18 Thread Jeff Forcier
I've had excellent results with RimuHosting (http://www.rimuhosting.com), started out with their base $20/mo VPS and am currently using the mid-range one at $40/mo. Their support folks really know their stuff and are very responsive, and I've had excellent availability (only once in the last ~6-8

Re: Automatic-manipulator, very slow..... design-decision/bug/misunderstanding?

2006-09-01 Thread Jeff Forcier
Yea, 'follow' was a new feature of sorts put into the new-admin branch way back when, by (sadly absent these days) Robert Wittams. I don't believe it was ever fully documented even after new-admin was merged to trunk (which was around or before 0.91, I believe). Regards, Jeff Gary Wilson wrote:

Re: How to change foreign key deletion behaviour?

2006-07-12 Thread Jeff Forcier
It's too early in the morning for me to read this thread in detail, but I'd like to mention that I ran into a similar problem a while back and wrote a small patch for it. It's against a pre-MR trunk and I haven't had time to update it for post-MR, but it's pretty simple and should be easy to modif

Re: .delete() a little too eager?

2006-05-29 Thread Jeff Forcier
I found this a few months ago and created a patch for it: http://code.djangoproject.com/ticket/1007 I'm not at all sure that it will patch correctly against anything recent, but it should be pretty obvious what I did, so you should be able to tweak it for whatever version you have checked ou