Re: Ping for ticket #6095 (m2m intermediary model)

2007-12-22 Thread [EMAIL PROTECTED]
I not sure, but I think that what you're talking about is closer to model inheritance. This patch is more about supplying an explicit model for many-to-many relationships to use as its intermediary table. It's more like this: class Song(models.Model): name = models.CharField(max_length=128)

Re: ticket open fails

2007-12-22 Thread Kenneth Gonsalves
On 23-Dec-07, at 11:43 AM, Jeff Anderson wrote: > Yes, I agree. there is a shortcut - enter your info in Preferences, and akismet will let you in. I have never registered, but my details in preferences has kept me from being harrassed by akismet. -- regards kg http://lawgon.livejournal.c

Re: ticket open fails

2007-12-22 Thread Jeff Anderson
Kenneth Gonsalves wrote: > On 23-Dec-07, at 11:21 AM, Adrian Holovaty wrote: > > >> http://www.djangoproject.com/accounts/register/ >> > > if this link could be made more visible, it would help - I have > answered this question at least 20 times so far > > Yes, I agree. I clicked on th

Re: ticket open fails

2007-12-22 Thread Jeff Anderson
Thank You! I have successfully opened a ticket. Jeff Anderson Adrian Holovaty wrote: > On Dec 22, 2007 11:36 PM, Jeff Anderson <[EMAIL PROTECTED]> wrote: > >> I have a patch to submit, but my ticket is rejected as possible spam. >> What does your spam detector look for? >> What does one need

Re: ticket open fails

2007-12-22 Thread Kenneth Gonsalves
On 23-Dec-07, at 11:21 AM, Adrian Holovaty wrote: > http://www.djangoproject.com/accounts/register/ if this link could be made more visible, it would help - I have answered this question at least 20 times so far -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ Fos

Re: ticket open fails

2007-12-22 Thread Adrian Holovaty
On Dec 22, 2007 11:36 PM, Jeff Anderson <[EMAIL PROTECTED]> wrote: > I have a patch to submit, but my ticket is rejected as possible spam. > What does your spam detector look for? > What does one need to do to get an account? I am guessing that it is > easier to open tickets if I have an account?

ticket open fails

2007-12-22 Thread Jeff Anderson
I have a patch to submit, but my ticket is rejected as possible spam. What does your spam detector look for? What does one need to do to get an account? I am guessing that it is easier to open tickets if I have an account? Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signat

Re: newforms-admin and translated data

2007-12-22 Thread Kenneth Gonsalves
On 22-Dec-07, at 9:39 PM, Marc Garcia wrote: > If somebody could confirm that it's a bug I'll open the ticket, and > I'll research more. check whether they are marked as 'fuzzy' in .po file -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ Foss Conference for the com

Re: Ping for ticket #6095 (m2m intermediary model)

2007-12-22 Thread David Cramer
This is something we could really use. I'm assuming to access those attributes they're just appended on the new objects created? So I could have: MyModel(): relationships = models.ManyToManyField(ContentType, through="Relationship") Relationship(): content_type = models.ForeignKey(Cont

newforms-admin and translated data

2007-12-22 Thread Marc Garcia
I don't know if is it pending, or is a bug (or even is a problem of my setup), but I couldn't find information about it. When using newforms-admin branch all labels marked as translatable are not translated just in the admin application. If somebody could confirm that it's a bug I'll open the ti