Re: Code patch

2006-07-18 Thread Michael Radziej
Hi, Am 18.07.2006 um 21:57 schrieb Jacob Kaplan-Moss: > > On Jul 18, 2006, at 2:19 PM, jay wrote: >> I'm new, so I don't know how to submit a patch. Our developers have >> completed the extract_data function in django.db.models.related. It >> seems to work fine. > > See http://www.djangoproject

Re: Code patch

2006-07-18 Thread Jacob Kaplan-Moss
On Jul 18, 2006, at 2:19 PM, jay wrote: > I'm new, so I don't know how to submit a patch. Our developers have > completed the extract_data function in django.db.models.related. It > seems to work fine. See http://www.djangoproject.com/documentation/contributing/ #submitting-patches. >

Code patch

2006-07-18 Thread jay
I'm new, so I don't know how to submit a patch. Our developers have completed the extract_data function in django.db.models.related. It seems to work fine. extract_data: """ Pull out the data meant for inline objects of this class, i.e. anything starting with our module