Changeset 400:66a772f18765
- Timestamp:
- Mar 4, 2012 1:43:11 AM (15 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb_forum/templatetags/forum_extras.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb_forum/templatetags/forum_extras.py
r398 r400 163 163 else: 164 164 if isinstance(user.posttracking.topics, dict): 165 for topic in forum.topics.all() :165 for topic in forum.topics.all().only('last_post'): 166 166 if topic.last_post_id > user.posttracking.topics.get(str(topic.id), 0): 167 167 return True
Note: See TracChangeset
for help on using the changeset viewer.
