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 really need some more information about this. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---