#2539: [Patch]Custom tags and filters can be restricted by namespace -------------------------------+-------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement | Status: new Priority: normal | Milestone: Component: Template system | Version: Severity: normal | Resolution: Keywords: | -------------------------------+-------------------------------------------- Comment (by anonymous):
line 507: (?P<filter_name>[\w.]+) should be (?P<filter_name>[\w\.]+) right? otherwise you'll include any character, not just dots. -- Ticket URL: <http://code.djangoproject.com/ticket/2539> Django <http://code.djangoproject.org/> The web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@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-updates -~----------~----~----~----~------~----~------~--~---