Skip to content

Commit

Permalink
Tweak to return empty string from recent badges tag; added memcached …
Browse files Browse the repository at this point in the history
…as a requirement; TODO update
  • Loading branch information
lmorchard committed Aug 6, 2010
1 parent d82adc3 commit 5a756a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,3 @@

* Wishlist of badges

* Find a more abstract way to implement permissions in models, instead of allows_* methods and permissions dict in controller
* At least move the perms dict construction into model
2 changes: 1 addition & 1 deletion apps/badges/templatetags/badge_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def render(self, context):
# caching in the template? Produces a mighty complicated query.
#context[self.as_var] = BadgeAward.objects.select_related()\
# .filter(claimed=True).order_by('-updated_at')[:15]
#return ""
return ""
1 change: 1 addition & 0 deletions requirements/project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# See http://pip-installer.org/requirement-format.html for more information.

South
python-memcached

-e git+http://github.com/fwenzel/django-cas-consumer.git#egg=django-cas-consumer

0 comments on commit 5a756a8

Please sign in to comment.