Re: Feature request: post_form_save signal

2011-01-15 Thread Russell Keith-Magee
On Sun, Jan 16, 2011 at 12:49 PM, James wrote: > Hello All, > > I understand that feature requests are supposed to be posted to django- > developers, but I had a tentative patch, so I went ahead and opened a > ticket as well: http://code.djangoproject.com/ticket/15096 > > Just repeating the summar

Feature request: post_form_save signal

2011-01-15 Thread James
Hello All, I understand that feature requests are supposed to be posted to django- developers, but I had a tentative patch, so I went ahead and opened a ticket as well: http://code.djangoproject.com/ticket/15096 Just repeating the summary posted there: several people (see http://stackoverflow.com

Re: i18n bug in inlines (failing silently)

2011-01-15 Thread Marc Garcia
Well, I still see that policy a way of hiding symptoms, more than an advantage for users, but thank you so much for the explanations Russell. On Jan 15, 4:52 pm, Russell Keith-Magee wrote: > On Sat, Jan 15, 2011 at 9:14 PM, Marc Garcia wrote: > > Hey guys, > > > I just detected a bug, that cause

Re: contrib.sites and multitenancy

2011-01-15 Thread legutierr
After having spoken briefly to Carl and Russell about in irc earlier this week, I created a new ticket that addresses the issues raised in this thread: http://code.djangoproject.com/ticket/15089 Would anyone mind accepting it and giving feedback? -- You received this message because you are sub

Re: Feature suggestion: auto translate verbose names

2011-01-15 Thread Klaas van Schelven
Hi, Thanks for the tip... that obviously makes it better since "verbose_name" is no longer there. Obviously still not perfect, since every line still repeats itself, but thanks anyway. Klaas On Jan 15, 4:16 am, Sergiy Kuzmenko wrote: > It sounds like the concern here are repetitive and untidy l

Re: i18n bug in inlines (failing silently)

2011-01-15 Thread Russell Keith-Magee
On Sat, Jan 15, 2011 at 9:14 PM, Marc Garcia wrote: > Hey guys, > > I just detected a bug, that causes inlines to "disappear" if there are > non-ascii characters on the inline data. I'm still working on > detecting what's going on, and I'll fill a bug ticket when having all > the information, but

i18n bug in inlines (failing silently)

2011-01-15 Thread Marc Garcia
Hey guys, I just detected a bug, that causes inlines to "disappear" if there are non-ascii characters on the inline data. I'm still working on detecting what's going on, and I'll fill a bug ticket when having all the information, but I just wanted to post my opinion on something related: filing si