Whats the correct way to use and refer to a slugfield in a django 1.3
for example the following code should link via slug to a generic view however the NoReverseMatch er
Your regex doesn't allow for numeric values. Try:
(?P[\w-]+)