Skip to content

Commit

Permalink
dokterbob => Mathijs de Bruin in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
feuervogel committed Sep 16, 2010
1 parent 0fe12c7 commit 9705630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -112,9 +112,9 @@ So the weights are converted to integer values.
Thanks
======

Thanks to the python- and django-community, in particular to `Alex Gaynor`_, the inventor of django-taggit_ and a wonderful guy to argue with. Thanks to `dokterbob`_ as well for his helpful pull requests.
Thanks to the python- and django-community, in particular to `Alex Gaynor`_, the inventor of django-taggit_ and a wonderful guy to argue with. Thanks to `Mathijs de Bruin`_ as well for his helpful pull requests.

.. _django-taggit: http://pypi.python.org/pypi/django-taggit
.. _tagcloud: http://www.wikipedia.org/wiki/Tagcloud
.. _Alex Gaynor: http://alexgaynor.net/
.. _dokterbob: http://github.com/dokterbob
.. _Mathijs de Bruin: http://github.com/dokterbob
2 changes: 1 addition & 1 deletion taggit_templatetags/templatetags/taggit_extras.py
Expand Up @@ -42,7 +42,7 @@ def get_queryset(forvar=None):
queryset = Tag.objects.filter(id__in=tag_ids)

# Retain compatibility with older versions of Django taggit
# a version check (for example taggit.VERSION <= (0,8,0) does NOT
# a version check (for example taggit.VERSION <= (0,8,0)) does NOT
# work because of the version (0,8,0) of the current dev version of django-taggit
try:
return queryset.annotate(num_times=Count('taggeditem_items'))
Expand Down

0 comments on commit 9705630

Please sign in to comment.