Opened 16 years ago

Last modified 11 years ago

#6271 closed

Changeset 6956 broke regroup tag if filter contains a space — at Initial Version

Reported by: Rob Hudson <treborhudson@…> Owned by: nobody
Component: Template system Version: dev
Severity: Normal Keywords: tplrf-fixed
Cc: serg@…, bmispelon@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

After 6956, something like this now breaks:

    	{% regroup object_list by created|date:"F Y" as grouped %}

I believe it now splits the quoted bits and the arg count is more than 6 in this case, so the templatetag errors out.

Change History (1)

by Rob Hudson <treborhudson@…>, 16 years ago

A test case for regroup with filters containing a space

Note: See TracTickets for help on using tickets.
Back to Top