On 1 Sep, 15:47, Adrián Ribao <[EMAIL PROTECTED]> wrote:
> I'll write an example of the problem. All my urls are prepared
> following the best SEO rules, so in many places I have urls like:
> (r'^(.*)-f(?P<id>\d+)\.html$','view_photo')
>
> this would make the url:
> my-photo-f2.html
>
> I get the url using:
> reverse('app.views.view_photo', args=[slugify(photo.title),],
> kwargs={'id':id} )
> (Note: I don't want to use a slug field.)
>
> Now this won't work. Well, IMHO this is a bug, I don't see the point.
> Besides this makes rev:8760 backwards incompatible and it wasn't
> suppose to.I just hit this too. There seems to be no information or hint in the docs about this (neither in the docs about reverse or permalink), from what I can find... /Håkan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

