Skip to content

Commit

Permalink
Fixed #11026, a small typo in the regroup template tag docstring. Tha…
Browse files Browse the repository at this point in the history
…nks,

mitsuhiko.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed May 7, 2009
1 parent ae7d9bf commit 9e7388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/template/defaulttags.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def regroup(parser, token):
that ``grouper``. In this case, ``grouper`` would be ``Male``, ``Female``
and ``Unknown``, and ``list`` is the list of people with those genders.
Note that `{% regroup %}`` does not work when the list to be grouped is not
Note that ``{% regroup %}`` does not work when the list to be grouped is not
sorted by the key you are grouping by! This means that if your list of
people was not sorted by gender, you'd need to make sure it is sorted
before using it, i.e.::
Expand Down

0 comments on commit 9e7388f

Please sign in to comment.