Re: ABSOLUTE_URL_OVERRIDES issue

2007-03-03 Thread Nicolas Steinmetz
James Bennett wrote: > I've just opened ticket #3646, which notes the problem here -- there's > an inconsistency between the docs and how we actually look things up > in ABSOLUTE_URL_OVERRIDES -- and a couple possible solutions. > > Nicolas, for the time being you can work around this by specify

Re: ABSOLUTE_URL_OVERRIDES issue

2007-03-03 Thread James Bennett
On 2/28/07, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > I added the following piece of "code" in settings.py (is it the right > place ?) but it does not work (it looks it's not take into account with > django svn 4643). > > ABSOLUTE_URL_OVERRIDES = { > 'cab.Language' : lambda o: "/snippets/

Re: ABSOLUTE_URL_OVERRIDES issue

2007-03-03 Thread Nicolas Steinmetz
Really nobody ? It would really help me if someone could take a look at it... Nicolas Steinmetz wrote: > > Hello, > > To use "Cab", I got a path issue and need to override get_absolute_url > defined by James (I would like to avoid to change the models by itself to > keep synchronized with its

Re: ABSOLUTE_URL_OVERRIDES issue

2007-03-01 Thread Nicolas Steinmetz
Nicolas Steinmetz wrote: > > Hello, > > To use "Cab", I got a path issue and need to override get_absolute_url > defined by James (I would like to avoid to change the models by itself to > keep synchronized with its version). > > James set : > > def get_absolute_url(self): > retur