On Sat, May 10, 2008 at 12:28 AM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Fri, May 9, 2008 at 8:43 AM, Erwin Elling <[EMAIL PROTECTED]>
> wrote:
>
>>
>> On May 5, 1:47 pm, bobhaugen <[EMAIL PROTECTED]> wrote:
>> > Thanks. If I read that last one correctly, queryset-factor was merged
>> > int
On Fri, May 9, 2008 at 8:43 AM, Erwin Elling <[EMAIL PROTECTED]> wrote:
>
> On May 5, 1:47 pm, bobhaugen <[EMAIL PROTECTED]> wrote:
> > Thanks. If I read that last one correctly, queryset-factor was merged
> > into trunk on 4-26, andnewforms-adminmerged trunk on 4-28 (and
> > appears to do so reg
On May 5, 1:47 pm, bobhaugen <[EMAIL PROTECTED]> wrote:
> Thanks. If I read that last one correctly, queryset-factor was merged
> into trunk on 4-26, andnewforms-adminmerged trunk on 4-28 (and
> appears to do so regularly), so the answer to my question is "yes".
That's the way I read it as well.
Thanks!
On May 4, 2008, at 4:37 AM, James Bennett wrote:
>
> On Sun, May 4, 2008 at 3:29 AM, bobhaugen <[EMAIL PROTECTED]>
> wrote:
>> Does that mean newforms-admin includes qs-ref? That is, newforms-
>> admin includes all of the most current svn trunk?
>
> The ideal way to find out this so
On May 4, 3:37 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Sun, May 4, 2008 at 3:29 AM, bobhaugen <[EMAIL PROTECTED]> wrote:
> > Does that mean newforms-admin includes qs-ref? That is, newforms-
> > admin includes all of the most current svn trunk?
>
> The ideal way to find out this sor
On Sun, May 4, 2008 at 3:29 AM, bobhaugen <[EMAIL PROTECTED]> wrote:
> Does that mean newforms-admin includes qs-ref? That is, newforms-
> admin includes all of the most current svn trunk?
The ideal way to find out this sort of information is to watch the
development timeline:
http://code.dja
On May 4, 2:49 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> As a slight addendum to what James said, it will be implemented in the
> newforms-admin branch, and will be available in trunk after the
> merge(you can of course use the newforms-admin branch if you need
> this).
Does that mean
As a slight addendum to what James said, it will be implemented in the
newforms-admin branch, and will be available in trunk after the
merge(you can of course use the newforms-admin branch if you need
this).
On May 4, 2:41 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Sun, May 4, 2008 at 12
On Sun, May 4, 2008 at 12:58 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> if you add an "A" object then edit it and hit save it duplicates
> itself. Does anyone else have this trouble with model inheritance?
The admin does not currently support model inheritance. This is a
known and docum
try:
class Base(models.Model):
name = CharField(max_length = 100)
class Admin:
pass
class A(Base):
desc = TextField()
class Admin:
pass
if you add an "A" object then edit it and hit save it duplicates
itself. Does anyone else have this trouble with model inheritan
10 matches
Mail list logo