Re: Feature Request: "Abstract Model"

2008-01-17 Thread Wanrong Lin
solve this, but as you can see from my last post on this topic, it seems there is something more fundamental to be addressed here. Can anybody here update us with the status of this issue and where it will go in the future? Thank you very much. Wanrong James Bennett wrote: > On 1/12/08, Wan

Re: Feature Request: "Abstract Model"

2008-01-17 Thread Wanrong Lin
ugh to commit, if the > gurus consider the code sufficient. > > > On 14 янв, 21:07, Wanrong Lin <[EMAIL PROTECTED]> wrote: > >> Alex, >> >> Thanks a lot for this. Look forward to the new version. >> >> Wanrong >> >> >> >>

Re: Feature Request: "Abstract Model"

2008-01-14 Thread Wanrong Lin
>> athttp://www.djangoproject.com/documentation/contributing/and try to get >> the ticket's patches to good shape ;) >> >> Marc. >> >> El dom, 13-01-2008 a las 23:04 -0500, Wanrong Lin escribió: >> >> >> >> >> >> >>

Re: Feature Request: "Abstract Model"

2008-01-13 Thread Wanrong Lin
: > ... > Meta: > create_db_schema = True > > But for this, you'll need to wait for #3163 [1] to be checked-in (and > it's still waitting for tests). > > Cheers, > Marc > > 1: http://code.djangoproject.com/ticket/3163 > >

Feature Request: "Abstract Model"

2008-01-12 Thread Wanrong Lin
Hi, I have just started playing with Django and found it a pleasure to set up web site (even just a toy system so far) using the frame work. Thank you very much! I have a data model case that I think probably is quite common to other people too, and I did not find a way to do it with current

Improving generic views for searching feature

2006-04-11 Thread lin
Hello, I'm developing a store manager application and I use generic views for object listing, but I'd like to integrate a search toolbar like admin site for those listings. The problem is I'd like to use generic views without using a middle custom view that filters objects with search params. I'