Changeset 78
- Timestamp:
- 06/28/08 22:04:45 (2 months ago)
- Files:
-
- branches/demo-site/plugins/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/demo-site/plugins/views.py
r77 r78 280 280 def render(self): 281 281 # TODO: accessible this point. 282 obj_list = Comment.objects.all() [0:10]282 obj_list = Comment.objects.all().order_by('-created_at')[0:10] 283 283 c = Context({ 284 284 'MEDIA_URL': settings.MEDIA_URL,
