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
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/
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
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
4 matches
Mail list logo