Changes between Initial Version and Version 1 of Ticket #24414, comment 2
- Timestamp:
- Feb 25, 2015, 1:35:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24414, comment 2
initial v1 1 Here's a snippet from my code :1 Here's a snippet from my code if it helps: 2 2 {{{ 3 3 posts = Post.objects.filter(post_type='post', post_status='publish').exclude(id=self.id).order_by('-post_date')