Re: New hooks in ModelBase, lookup_inner and Options

2007-02-23 Thread [EMAIL PROTECTED]
Hi Malcolm, On 23 Lut, 00:17, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Unfortunately, I have more questions than answers here. Maybe you will > be able to clear up a few points so that we/I can see what you are > asking. Sure. I thought I would just describe the new functionality I would

Re: New hooks in ModelBase, lookup_inner and Options

2007-02-22 Thread Malcolm Tredinnick
Unfortunately, I have more questions than answers here. Maybe you will be able to clear up a few points so that we/I can see what you are asking. On Thu, 2007-02-22 at 03:55 -0800, [EMAIL PROTECTED] wrote: [...] > 1. D-M needs to modify the definition of a translatable model before > ModelBase cr

New hooks in ModelBase, lookup_inner and Options

2007-02-22 Thread [EMAIL PROTECTED]
Hi, I am impressed in what I could do for django-multilingual without any modifications to Django, but still there were some places I needed to change its behavior and had no other choice than to assign new versions of some functions and methods. Very much in the spirit of AOP, I guess, but perh