The regexp of satchmo category feed is

 (r'atom/(?P<category>\w+)/$', 'product_feed', {},
'satchmo_atom_category_feed'),

but \w excludes characters like _ and -

So I had to add a new url like that:

(r'feed/atom/(?P<category>.*)/', 'satchmo.feeds.views.product_feed', {},
'satchmo_atom_category_feed2'),

it's a simple modification that can be added to trunk.


-- 
Alessandro Ronchi
Skype: aronchi
http://www.alessandroronchi.net

SOASI Soc.Coop. - www.soasi.com
Sviluppo Software e Sistemi Open Source
Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
Tel.: +39 0543 798985 - Fax: +39 0543 579928

Rispetta l'ambiente: se non ti è necessario, non stampare questa mail

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to