Changes between Initial Version and Version 1 of Ticket #24414, comment 2


Ignore:
Timestamp:
Feb 25, 2015, 1:35:06 PM (9 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24414, comment 2

    initial v1  
    1 Here's a snippet from my code:
     1Here's a snippet from my code if it helps:
    22{{{
    33posts = Post.objects.filter(post_type='post', post_status='publish').exclude(id=self.id).order_by('-post_date')
Back to Top